444445446447448449450451452453454
req.setLocalPort(msg.getInt()); boolean isSSL = msg.getByte() != 0; if( isSSL ) { // XXX req.setSecure( true ); req.scheme().setString("https"); } decodeHeaders( ep, msg, req, tmpMB ); decodeAttributes( ep, msg, req, tmpMB );