src/main/java/com/microsoft/azure/proton/transport/proxy/impl/ProxyImpl.java [434:448]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    default:
                        return underlyingOutput.head();
                }
            } else {
                return underlyingOutput.head();
            }
        }

        /**
         * Removes the first number of bytes from the output buffer.
         *
         * @param bytes The number of bytes to remove from the output buffer.
         */
        @Override
        public void pop(int bytes) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/microsoft/azure/proton/transport/ws/impl/WebSocketImpl.java [577:587]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    default:
                        return underlyingOutput.head();
                }

            } else {
                return underlyingOutput.head();
            }
        }

        @Override
        public void pop(int bytes) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



