public class io.micronaut.http.netty.stream.HttpStreamsClientHandler extends io.micronaut.http.netty.stream.HttpStreamsHandler<io.netty.handler.codec.http.HttpResponse, io.netty.handler.codec.http.HttpRequest>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.micronaut.http.netty.stream.HttpStreamsClientHandler
  super_class: io.micronaut.http.netty.stream.HttpStreamsHandler
{
  private int inFlight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int withServer;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private io.netty.channel.ChannelPromise closeOnZeroInFlight;
    descriptor: Lio/netty/channel/ChannelPromise;
    flags: (0x0002) ACC_PRIVATE

  private org.reactivestreams.Subscriber<io.netty.handler.codec.http.HttpContent> awaiting100Continue;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/reactivestreams/Subscriber<Lio/netty/handler/codec/http/HttpContent;>;

  private io.micronaut.http.netty.stream.StreamedHttpMessage awaiting100ContinueMessage;
    descriptor: Lio/micronaut/http/netty/stream/StreamedHttpMessage;
    flags: (0x0002) ACC_PRIVATE

  private boolean ignoreResponseBody;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
         0: .line 67
            aload 0 /* this */
            ldc Lio/netty/handler/codec/http/HttpResponse;
            ldc Lio/netty/handler/codec/http/HttpRequest;
            invokespecial io.micronaut.http.netty.stream.HttpStreamsHandler.<init>:(Ljava/lang/Class;Ljava/lang/Class;)V
         1: .line 56
            aload 0 /* this */
            iconst_0
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.inFlight:I
         2: .line 57
            aload 0 /* this */
            iconst_0
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.withServer:I
         3: .line 58
            aload 0 /* this */
            aconst_null
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.closeOnZeroInFlight:Lio/netty/channel/ChannelPromise;
         4: .line 61
            aload 0 /* this */
            iconst_0
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.ignoreResponseBody:Z
         5: .line 68
            return
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;

  protected boolean hasBody(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
        start local 1 // io.netty.handler.codec.http.HttpResponse response
         0: .line 72
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
            invokevirtual io.netty.handler.codec.http.HttpResponseStatus.code:()I
            getstatic io.micronaut.http.HttpStatus.CONTINUE:Lio/micronaut/http/HttpStatus;
            invokevirtual io.micronaut.http.HttpStatus.getCode:()I
            if_icmplt 2
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
            invokevirtual io.netty.handler.codec.http.HttpResponseStatus.code:()I
            getstatic io.micronaut.http.HttpStatus.OK:Lio/micronaut/http/HttpStatus;
            invokevirtual io.micronaut.http.HttpStatus.getCode:()I
            if_icmpge 2
         1: .line 73
            iconst_0
            ireturn
         2: .line 76
      StackMap locals:
      StackMap stack:
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
            getstatic io.netty.handler.codec.http.HttpResponseStatus.NO_CONTENT:Lio/netty/handler/codec/http/HttpResponseStatus;
            invokevirtual io.netty.handler.codec.http.HttpResponseStatus.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 77
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
            getstatic io.netty.handler.codec.http.HttpResponseStatus.NOT_MODIFIED:Lio/netty/handler/codec/http/HttpResponseStatus;
            invokevirtual io.netty.handler.codec.http.HttpResponseStatus.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 78
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 81
      StackMap locals:
      StackMap stack:
            aload 1 /* response */
            invokestatic io.netty.handler.codec.http.HttpUtil.isTransferEncodingChunked:(Lio/netty/handler/codec/http/HttpMessage;)Z
            ifeq 7
         6: .line 82
            iconst_1
            ireturn
         7: .line 86
      StackMap locals:
      StackMap stack:
            aload 1 /* response */
            invokestatic io.netty.handler.codec.http.HttpUtil.isContentLengthSet:(Lio/netty/handler/codec/http/HttpMessage;)Z
            ifeq 10
         8: .line 87
            aload 1 /* response */
            invokestatic io.netty.handler.codec.http.HttpUtil.getContentLength:(Lio/netty/handler/codec/http/HttpMessage;)J
            lconst_0
            lcmp
            ifle 9
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         9: iconst_0
            ireturn
        10: .line 90
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // io.netty.handler.codec.http.HttpResponse response
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;
            0   11     1  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  

  public void close(io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.channel.ChannelPromise future
         0: .line 95
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.inFlight:I
            ifne 3
         1: .line 96
            aload 1 /* ctx */
            aload 2 /* future */
            invokeinterface io.netty.channel.ChannelHandlerContext.close:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            pop
         2: .line 97
            goto 4
         3: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* future */
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.closeOnZeroInFlight:Lio/netty/channel/ChannelPromise;
         4: .line 100
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.netty.channel.ChannelPromise future
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;
            0    5     1     ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     2  future  Lio/netty/channel/ChannelPromise;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      ctx     
      future  

  protected void consumedInMessage(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 104
            aload 0 /* this */
            dup
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.inFlight:I
            iconst_1
            isub
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.inFlight:I
         1: .line 105
            aload 0 /* this */
            dup
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.withServer:I
            iconst_1
            isub
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.withServer:I
         2: .line 106
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.inFlight:I
            ifne 4
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.closeOnZeroInFlight:Lio/netty/channel/ChannelPromise;
            ifnull 4
         3: .line 107
            aload 1 /* ctx */
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.closeOnZeroInFlight:Lio/netty/channel/ChannelPromise;
            invokeinterface io.netty.channel.ChannelHandlerContext.close:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            pop
         4: .line 109
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;
            0    5     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    MethodParameters:
      Name  Flags
      ctx   

  protected void receivedOutMessage(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 113
            aload 0 /* this */
            dup
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.inFlight:I
            iconst_1
            iadd
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.inFlight:I
         1: .line 114
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    MethodParameters:
      Name  Flags
      ctx   

  protected void sentOutMessage(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 118
            aload 0 /* this */
            dup
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.withServer:I
            iconst_1
            iadd
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.withServer:I
         1: .line 119
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    MethodParameters:
      Name  Flags
      ctx   

  protected io.netty.handler.codec.http.HttpResponse createEmptyMessage(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)Lio/netty/handler/codec/http/HttpResponse;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
        start local 1 // io.netty.handler.codec.http.HttpResponse response
         0: .line 123
            new io.micronaut.http.netty.stream.EmptyHttpResponse
            dup
            aload 1 /* response */
            invokespecial io.micronaut.http.netty.stream.EmptyHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpResponse;)V
            areturn
        end local 1 // io.netty.handler.codec.http.HttpResponse response
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;
            0    1     1  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  

  protected io.netty.handler.codec.http.HttpResponse createStreamedMessage(io.netty.handler.codec.http.HttpResponse, org.reactivestreams.Publisher<? extends io.netty.handler.codec.http.HttpContent>);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;Lorg/reactivestreams/Publisher;)Lio/netty/handler/codec/http/HttpResponse;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
        start local 1 // io.netty.handler.codec.http.HttpResponse response
        start local 2 // org.reactivestreams.Publisher stream
         0: .line 128
            new io.micronaut.http.netty.stream.DelegateStreamedHttpResponse
            dup
            aload 1 /* response */
            aload 2 /* stream */
            invokespecial io.micronaut.http.netty.stream.DelegateStreamedHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpResponse;Lorg/reactivestreams/Publisher;)V
            areturn
        end local 2 // org.reactivestreams.Publisher stream
        end local 1 // io.netty.handler.codec.http.HttpResponse response
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;
            0    1     1  response  Lio/netty/handler/codec/http/HttpResponse;
            0    1     2    stream  Lorg/reactivestreams/Publisher<+Lio/netty/handler/codec/http/HttpContent;>;
    Signature: (Lio/netty/handler/codec/http/HttpResponse;Lorg/reactivestreams/Publisher<+Lio/netty/handler/codec/http/HttpContent;>;)Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  
      stream    

  protected void subscribeSubscriberToStream(io.micronaut.http.netty.stream.StreamedHttpMessage, org.reactivestreams.Subscriber<io.netty.handler.codec.http.HttpContent>);
    descriptor: (Lio/micronaut/http/netty/stream/StreamedHttpMessage;Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
        start local 1 // io.micronaut.http.netty.stream.StreamedHttpMessage msg
        start local 2 // org.reactivestreams.Subscriber subscriber
         0: .line 133
            aload 1 /* msg */
            invokestatic io.netty.handler.codec.http.HttpUtil.is100ContinueExpected:(Lio/netty/handler/codec/http/HttpMessage;)Z
            ifeq 4
         1: .line 134
            aload 0 /* this */
            aload 2 /* subscriber */
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.awaiting100Continue:Lorg/reactivestreams/Subscriber;
         2: .line 135
            aload 0 /* this */
            aload 1 /* msg */
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.awaiting100ContinueMessage:Lio/micronaut/http/netty/stream/StreamedHttpMessage;
         3: .line 136
            goto 5
         4: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* subscriber */
            invokespecial io.micronaut.http.netty.stream.HttpStreamsHandler.subscribeSubscriberToStream:(Lio/micronaut/http/netty/stream/StreamedHttpMessage;Lorg/reactivestreams/Subscriber;)V
         5: .line 139
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.reactivestreams.Subscriber subscriber
        end local 1 // io.micronaut.http.netty.stream.StreamedHttpMessage msg
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;
            0    6     1         msg  Lio/micronaut/http/netty/stream/StreamedHttpMessage;
            0    6     2  subscriber  Lorg/reactivestreams/Subscriber<Lio/netty/handler/codec/http/HttpContent;>;
    Signature: (Lio/micronaut/http/netty/stream/StreamedHttpMessage;Lorg/reactivestreams/Subscriber<Lio/netty/handler/codec/http/HttpContent;>;)V
    MethodParameters:
            Name  Flags
      msg         
      subscriber  

  protected final boolean isClient();
    descriptor: ()Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
         0: .line 143
            iconst_1
            ireturn
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;

  public void channelRead(io.netty.channel.ChannelHandlerContext, java.lang.Object);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object msg
         0: .line 149
            aload 2 /* msg */
            instanceof io.netty.handler.codec.http.HttpResponse
            ifeq 18
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.awaiting100Continue:Lorg/reactivestreams/Subscriber;
            ifnull 18
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.withServer:I
            ifne 18
         1: .line 150
            aload 2 /* msg */
            checkcast io.netty.handler.codec.http.HttpResponse
            astore 3 /* response */
        start local 3 // io.netty.handler.codec.http.HttpResponse response
         2: .line 151
            aload 3 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
            getstatic io.netty.handler.codec.http.HttpResponseStatus.CONTINUE:Lio/netty/handler/codec/http/HttpResponseStatus;
            invokevirtual io.netty.handler.codec.http.HttpResponseStatus.equals:(Ljava/lang/Object;)Z
            ifeq 11
         3: .line 152
            aload 0 /* this */
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.awaiting100ContinueMessage:Lio/micronaut/http/netty/stream/StreamedHttpMessage;
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.awaiting100Continue:Lorg/reactivestreams/Subscriber;
            invokespecial io.micronaut.http.netty.stream.HttpStreamsHandler.subscribeSubscriberToStream:(Lio/micronaut/http/netty/stream/StreamedHttpMessage;Lorg/reactivestreams/Subscriber;)V
         4: .line 153
            aload 0 /* this */
            aconst_null
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.awaiting100Continue:Lorg/reactivestreams/Subscriber;
         5: .line 154
            aload 0 /* this */
            aconst_null
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.awaiting100ContinueMessage:Lio/micronaut/http/netty/stream/StreamedHttpMessage;
         6: .line 155
            aload 2 /* msg */
            instanceof io.netty.handler.codec.http.FullHttpResponse
            ifeq 9
         7: .line 156
            aload 2 /* msg */
            invokestatic io.netty.util.ReferenceCountUtil.release:(Ljava/lang/Object;)Z
            pop
         8: .line 157
            goto 24
         9: .line 158
      StackMap locals: io.netty.handler.codec.http.HttpResponse
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.ignoreResponseBody:Z
        10: .line 160
            goto 24
        11: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.awaiting100ContinueMessage:Lio/micronaut/http/netty/stream/StreamedHttpMessage;
            new io.micronaut.http.netty.reactive.CancelledSubscriber
            dup
            invokespecial io.micronaut.http.netty.reactive.CancelledSubscriber.<init>:()V
            invokeinterface io.micronaut.http.netty.stream.StreamedHttpMessage.subscribe:(Lorg/reactivestreams/Subscriber;)V
        12: .line 162
            aload 0 /* this */
            aconst_null
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.awaiting100ContinueMessage:Lio/micronaut/http/netty/stream/StreamedHttpMessage;
        13: .line 163
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.awaiting100Continue:Lorg/reactivestreams/Subscriber;
            new io.micronaut.http.netty.stream.HttpStreamsClientHandler$1
            dup
            aload 0 /* this */
            invokespecial io.micronaut.http.netty.stream.HttpStreamsClientHandler$1.<init>:(Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;)V
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        14: .line 172
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.awaiting100Continue:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        15: .line 173
            aload 0 /* this */
            aconst_null
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.awaiting100Continue:Lorg/reactivestreams/Subscriber;
        16: .line 174
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* msg */
            invokespecial io.micronaut.http.netty.stream.HttpStreamsHandler.channelRead:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
        end local 3 // io.netty.handler.codec.http.HttpResponse response
        17: .line 176
            goto 24
      StackMap locals:
      StackMap stack:
        18: aload 0 /* this */
            getfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.ignoreResponseBody:Z
            ifeq 23
            aload 2 /* msg */
            instanceof io.netty.handler.codec.http.HttpContent
            ifeq 23
        19: .line 178
            aload 2 /* msg */
            invokestatic io.netty.util.ReferenceCountUtil.release:(Ljava/lang/Object;)Z
            pop
        20: .line 179
            aload 2 /* msg */
            instanceof io.netty.handler.codec.http.LastHttpContent
            ifeq 24
        21: .line 180
            aload 0 /* this */
            iconst_0
            putfield io.micronaut.http.netty.stream.HttpStreamsClientHandler.ignoreResponseBody:Z
        22: .line 182
            goto 24
        23: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* msg */
            invokespecial io.micronaut.http.netty.stream.HttpStreamsHandler.channelRead:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
        24: .line 185
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;
            0   25     1       ctx  Lio/netty/channel/ChannelHandlerContext;
            0   25     2       msg  Ljava/lang/Object;
            2   17     3  response  Lio/netty/handler/codec/http/HttpResponse;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   
      msg   

  public void write(io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object msg
        start local 3 // io.netty.channel.ChannelPromise promise
         0: .line 189
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            ldc "chunk-writer"
            invokestatic io.netty.util.AttributeKey.valueOf:(Ljava/lang/String;)Lio/netty/util/AttributeKey;
            invokeinterface io.netty.channel.Channel.attr:(Lio/netty/util/AttributeKey;)Lio/netty/util/Attribute;
            invokeinterface io.netty.util.Attribute.get:()Ljava/lang/Object;
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            if_acmpne 3
         1: .line 190
            aload 1 /* ctx */
            aload 2 /* msg */
            aload 3 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.write:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            pop
         2: .line 191
            goto 4
         3: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* msg */
            aload 3 /* promise */
            invokespecial io.micronaut.http.netty.stream.HttpStreamsHandler.write:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
         4: .line 194
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.netty.channel.ChannelPromise promise
        end local 2 // java.lang.Object msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsClientHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/micronaut/http/netty/stream/HttpStreamsClientHandler;
            0    5     1      ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     2      msg  Ljava/lang/Object;
            0    5     3  promise  Lio/netty/channel/ChannelPromise;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      ctx      final
      msg      
      promise  final

  public void channelReadComplete(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.micronaut.http.netty.stream.HttpStreamsHandler.channelReadComplete:(Lio/netty/channel/ChannelHandlerContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  protected io.netty.handler.codec.http.HttpMessage createEmptyMessage(io.netty.handler.codec.http.HttpMessage);
    descriptor: (Lio/netty/handler/codec/http/HttpMessage;)Lio/netty/handler/codec/http/HttpMessage;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.HttpResponse
            invokevirtual io.micronaut.http.netty.stream.HttpStreamsClientHandler.createEmptyMessage:(Lio/netty/handler/codec/http/HttpResponse;)Lio/netty/handler/codec/http/HttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected boolean hasBody(io.netty.handler.codec.http.HttpMessage);
    descriptor: (Lio/netty/handler/codec/http/HttpMessage;)Z
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.HttpResponse
            invokevirtual io.micronaut.http.netty.stream.HttpStreamsClientHandler.hasBody:(Lio/netty/handler/codec/http/HttpResponse;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected io.netty.handler.codec.http.HttpMessage createStreamedMessage(io.netty.handler.codec.http.HttpMessage, org.reactivestreams.Publisher);
    descriptor: (Lio/netty/handler/codec/http/HttpMessage;Lorg/reactivestreams/Publisher;)Lio/netty/handler/codec/http/HttpMessage;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.HttpResponse
            aload 2
            invokevirtual io.micronaut.http.netty.stream.HttpStreamsClientHandler.createStreamedMessage:(Lio/netty/handler/codec/http/HttpResponse;Lorg/reactivestreams/Publisher;)Lio/netty/handler/codec/http/HttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lio/micronaut/http/netty/stream/HttpStreamsHandler<Lio/netty/handler/codec/http/HttpResponse;Lio/netty/handler/codec/http/HttpRequest;>;
SourceFile: "HttpStreamsClientHandler.java"
NestMembers:
  io.micronaut.http.netty.stream.HttpStreamsClientHandler$1
InnerClasses:
  io.micronaut.http.netty.stream.HttpStreamsClientHandler$1
    RuntimeVisibleAnnotations: 
      io.micronaut.core.annotation.Internal()