public class org.apache.coyote.http11.Http11InputBuffer implements org.apache.coyote.InputBuffer, org.apache.tomcat.util.net.ApplicationBufferHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.coyote.http11.Http11InputBuffer
  super_class: java.lang.Object
{
  private static final org.apache.juli.logging.Log log;
    descriptor: Lorg/apache/juli/logging/Log;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.apache.tomcat.util.res.StringManager sm;
    descriptor: Lorg/apache/tomcat/util/res/StringManager;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] CLIENT_PREFACE_START;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.apache.coyote.Request request;
    descriptor: Lorg/apache/coyote/Request;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.tomcat.util.http.MimeHeaders headers;
    descriptor: Lorg/apache/tomcat/util/http/MimeHeaders;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean rejectIllegalHeader;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile boolean parsingHeader;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

  private java.nio.ByteBuffer byteBuffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

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

  private org.apache.tomcat.util.net.SocketWrapperBase<?> wrapper;
    descriptor: Lorg/apache/tomcat/util/net/SocketWrapperBase;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/apache/tomcat/util/net/SocketWrapperBase<*>;

  private org.apache.coyote.InputBuffer inputStreamInputBuffer;
    descriptor: Lorg/apache/coyote/InputBuffer;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.coyote.http11.InputFilter[] filterLibrary;
    descriptor: [Lorg/apache/coyote/http11/InputFilter;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.coyote.http11.InputFilter[] activeFilters;
    descriptor: [Lorg/apache/coyote/http11/InputFilter;
    flags: (0x0002) ACC_PRIVATE

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

  private byte prevChr;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private byte chr;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private volatile boolean parsingRequestLine;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

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

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

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

  private org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition headerParsePos;
    descriptor: Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
    flags: (0x0002) ACC_PRIVATE

  private final org.apache.coyote.http11.Http11InputBuffer$HeaderParseData headerData;
    descriptor: Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.tomcat.util.http.parser.HttpParser httpParser;
    descriptor: Lorg/apache/tomcat/util/http/parser/HttpParser;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int headerBufferSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 46
            ldc Lorg/apache/coyote/http11/Http11InputBuffer;
            invokestatic org.apache.juli.logging.LogFactory.getLog:(Ljava/lang/Class;)Lorg/apache/juli/logging/Log;
            putstatic org.apache.coyote.http11.Http11InputBuffer.log:Lorg/apache/juli/logging/Log;
         1: .line 51
            ldc Lorg/apache/coyote/http11/Http11InputBuffer;
            invokestatic org.apache.tomcat.util.res.StringManager.getManager:(Ljava/lang/Class;)Lorg/apache/tomcat/util/res/StringManager;
            putstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
         2: .line 55
            ldc "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n"
            getstatic java.nio.charset.StandardCharsets.ISO_8859_1:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
         3: .line 54
            putstatic org.apache.coyote.http11.Http11InputBuffer.CLIENT_PREFACE_START:[B
         4: .line 55
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.coyote.Request, int, boolean, org.apache.tomcat.util.http.parser.HttpParser);
    descriptor: (Lorg/apache/coyote/Request;IZLorg/apache/tomcat/util/http/parser/HttpParser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // org.apache.coyote.Request request
        start local 2 // int headerBufferSize
        start local 3 // boolean rejectIllegalHeader
        start local 4 // org.apache.tomcat.util.http.parser.HttpParser httpParser
         0: .line 156
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 131
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
         2: .line 132
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.chr:B
         3: .line 134
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
         4: .line 135
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
         5: .line 136
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
         6: .line 137
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
         7: .line 139
            aload 0 /* this */
            new org.apache.coyote.http11.Http11InputBuffer$HeaderParseData
            dup
            invokespecial org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.<init>:()V
            putfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
         8: .line 159
            aload 0 /* this */
            aload 1 /* request */
            putfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
         9: .line 160
            aload 0 /* this */
            aload 1 /* request */
            invokevirtual org.apache.coyote.Request.getMimeHeaders:()Lorg/apache/tomcat/util/http/MimeHeaders;
            putfield org.apache.coyote.http11.Http11InputBuffer.headers:Lorg/apache/tomcat/util/http/MimeHeaders;
        10: .line 162
            aload 0 /* this */
            iload 2 /* headerBufferSize */
            putfield org.apache.coyote.http11.Http11InputBuffer.headerBufferSize:I
        11: .line 163
            aload 0 /* this */
            iload 3 /* rejectIllegalHeader */
            putfield org.apache.coyote.http11.Http11InputBuffer.rejectIllegalHeader:Z
        12: .line 164
            aload 0 /* this */
            aload 4 /* httpParser */
            putfield org.apache.coyote.http11.Http11InputBuffer.httpParser:Lorg/apache/tomcat/util/http/parser/HttpParser;
        13: .line 166
            aload 0 /* this */
            iconst_0
            anewarray org.apache.coyote.http11.InputFilter
            putfield org.apache.coyote.http11.Http11InputBuffer.filterLibrary:[Lorg/apache/coyote/http11/InputFilter;
        14: .line 167
            aload 0 /* this */
            iconst_0
            anewarray org.apache.coyote.http11.InputFilter
            putfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
        15: .line 168
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
        16: .line 170
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
        17: .line 171
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
        18: .line 172
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        19: .line 173
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
        20: .line 174
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
        21: .line 175
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
        22: .line 176
            aload 0 /* this */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_START:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            putfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
        23: .line 177
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.swallowInput:Z
        24: .line 179
            aload 0 /* this */
            new org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer
            dup
            aload 0 /* this */
            invokespecial org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer.<init>:(Lorg/apache/coyote/http11/Http11InputBuffer;)V
            putfield org.apache.coyote.http11.Http11InputBuffer.inputStreamInputBuffer:Lorg/apache/coyote/InputBuffer;
        25: .line 180
            return
        end local 4 // org.apache.tomcat.util.http.parser.HttpParser httpParser
        end local 3 // boolean rejectIllegalHeader
        end local 2 // int headerBufferSize
        end local 1 // org.apache.coyote.Request request
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   26     0                 this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0   26     1              request  Lorg/apache/coyote/Request;
            0   26     2     headerBufferSize  I
            0   26     3  rejectIllegalHeader  Z
            0   26     4           httpParser  Lorg/apache/tomcat/util/http/parser/HttpParser;
    MethodParameters:
                     Name  Flags
      request              
      headerBufferSize     
      rejectIllegalHeader  
      httpParser           

  void addFilter(org.apache.coyote.http11.InputFilter);
    descriptor: (Lorg/apache/coyote/http11/InputFilter;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // org.apache.coyote.http11.InputFilter filter
         0: .line 192
            aload 1 /* filter */
            ifnonnull 2
         1: .line 193
            new java.lang.NullPointerException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.filter.npe"
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.filterLibrary:[Lorg/apache/coyote/http11/InputFilter;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.filterLibrary:[Lorg/apache/coyote/http11/InputFilter;
            arraylength
            iconst_1
            iadd
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.apache.coyote.http11.InputFilter[]
            astore 2 /* newFilterLibrary */
        start local 2 // org.apache.coyote.http11.InputFilter[] newFilterLibrary
         3: .line 197
            aload 2 /* newFilterLibrary */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.filterLibrary:[Lorg/apache/coyote/http11/InputFilter;
            arraylength
            aload 1 /* filter */
            aastore
         4: .line 198
            aload 0 /* this */
            aload 2 /* newFilterLibrary */
            putfield org.apache.coyote.http11.Http11InputBuffer.filterLibrary:[Lorg/apache/coyote/http11/InputFilter;
         5: .line 200
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.filterLibrary:[Lorg/apache/coyote/http11/InputFilter;
            arraylength
            anewarray org.apache.coyote.http11.InputFilter
            putfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
         6: .line 201
            return
        end local 2 // org.apache.coyote.http11.InputFilter[] newFilterLibrary
        end local 1 // org.apache.coyote.http11.InputFilter filter
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0    7     1            filter  Lorg/apache/coyote/http11/InputFilter;
            3    7     2  newFilterLibrary  [Lorg/apache/coyote/http11/InputFilter;
    MethodParameters:
        Name  Flags
      filter  

  org.apache.coyote.http11.InputFilter[] getFilters();
    descriptor: ()[Lorg/apache/coyote/http11/InputFilter;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 208
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.filterLibrary:[Lorg/apache/coyote/http11/InputFilter;
            areturn
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/http11/Http11InputBuffer;

  void addActiveFilter(org.apache.coyote.http11.InputFilter);
    descriptor: (Lorg/apache/coyote/http11/InputFilter;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // org.apache.coyote.http11.InputFilter filter
         0: .line 217
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            iconst_m1
            if_icmpne 3
         1: .line 218
            aload 1 /* filter */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.inputStreamInputBuffer:Lorg/apache/coyote/InputBuffer;
            invokeinterface org.apache.coyote.http11.InputFilter.setBuffer:(Lorg/apache/coyote/InputBuffer;)V
         2: .line 219
            goto 10
         3: .line 220
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 8
         5: .line 221
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
            iload 2 /* i */
            aaload
            aload 1 /* filter */
            if_acmpne 7
         6: .line 222
            return
         7: .line 220
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            if_icmple 5
        end local 2 // int i
         9: .line 224
            aload 1 /* filter */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            aaload
            invokeinterface org.apache.coyote.http11.InputFilter.setBuffer:(Lorg/apache/coyote/InputBuffer;)V
        10: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
            aload 0 /* this */
            dup
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            aload 1 /* filter */
            aastore
        11: .line 229
            aload 1 /* filter */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokeinterface org.apache.coyote.http11.InputFilter.setRequest:(Lorg/apache/coyote/Request;)V
        12: .line 230
            return
        end local 1 // org.apache.coyote.http11.InputFilter filter
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0   13     1  filter  Lorg/apache/coyote/http11/InputFilter;
            4    9     2       i  I
    MethodParameters:
        Name  Flags
      filter  

  void setSwallowInput(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // boolean swallowInput
         0: .line 237
            aload 0 /* this */
            iload 1 /* swallowInput */
            putfield org.apache.coyote.http11.Http11InputBuffer.swallowInput:Z
         1: .line 238
            return
        end local 1 // boolean swallowInput
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0    2     1  swallowInput  Z
    MethodParameters:
              Name  Flags
      swallowInput  

  public int doRead(org.apache.tomcat.util.net.ApplicationBufferHandler);
    descriptor: (Lorg/apache/tomcat/util/net/ApplicationBufferHandler;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // org.apache.tomcat.util.net.ApplicationBufferHandler handler
         0: .line 245
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            iconst_m1
            if_icmpne 2
         1: .line 246
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.inputStreamInputBuffer:Lorg/apache/coyote/InputBuffer;
            aload 1 /* handler */
            invokeinterface org.apache.coyote.InputBuffer.doRead:(Lorg/apache/tomcat/util/net/ApplicationBufferHandler;)I
            ireturn
         2: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            aaload
            aload 1 /* handler */
            invokeinterface org.apache.coyote.http11.InputFilter.doRead:(Lorg/apache/tomcat/util/net/ApplicationBufferHandler;)I
            ireturn
        end local 1 // org.apache.tomcat.util.net.ApplicationBufferHandler handler
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0    3     1  handler  Lorg/apache/tomcat/util/net/ApplicationBufferHandler;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      handler  

  void recycle();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 260
            aload 0 /* this */
            aconst_null
            putfield org.apache.coyote.http11.Http11InputBuffer.wrapper:Lorg/apache/tomcat/util/net/SocketWrapperBase;
         1: .line 261
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.recycle:()V
         2: .line 263
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 6
         4: .line 264
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
            iload 1 /* i */
            aaload
            invokeinterface org.apache.coyote.http11.InputFilter.recycle:()V
         5: .line 263
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            if_icmple 4
        end local 1 // int i
         7: .line 267
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            iconst_0
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            iconst_0
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            pop
         8: .line 268
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
         9: .line 269
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.swallowInput:Z
        10: .line 271
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.chr:B
        11: .line 272
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
        12: .line 273
            aload 0 /* this */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_START:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            putfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
        13: .line 274
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        14: .line 275
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
        15: .line 276
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
        16: .line 277
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
        17: .line 278
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            invokevirtual org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.recycle:()V
        18: .line 283
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
        19: .line 284
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
        20: .line 285
            return
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lorg/apache/coyote/http11/Http11InputBuffer;
            3    7     1     i  I

  void nextRequest();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 295
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.recycle:()V
         1: .line 297
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            ifle 7
         2: .line 298
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ifle 6
         3: .line 300
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.compact:()Ljava/nio/ByteBuffer;
            pop
         4: .line 301
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
         5: .line 302
            goto 7
         6: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            iconst_0
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            iconst_0
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         7: .line 309
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         8: goto 11
         9: .line 310
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
            iload 1 /* i */
            aaload
            invokeinterface org.apache.coyote.http11.InputFilter.recycle:()V
        10: .line 309
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            if_icmple 9
        end local 1 // int i
        12: .line 314
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
        13: .line 315
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
        14: .line 316
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.swallowInput:Z
        15: .line 318
            aload 0 /* this */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_START:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            putfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
        16: .line 319
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
        17: .line 320
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        18: .line 321
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
        19: .line 322
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
        20: .line 323
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
        21: .line 324
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            invokevirtual org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.recycle:()V
        22: .line 325
            return
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lorg/apache/coyote/http11/Http11InputBuffer;
            8   12     1     i  I

  boolean parseRequestLine(boolean, int, int);
    descriptor: (ZII)Z
    flags: (0x0000) 
    Code:
      stack=8, locals=8, args_size=4
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // boolean keptAlive
        start local 2 // int connectionTimeout
        start local 3 // int keepAliveTimeout
         0: .line 344
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
            ifne 2
         1: .line 345
            iconst_1
            ireturn
         2: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            iconst_2
            if_icmpge 28
         3: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 10
         4: .line 354
            iload 1 /* keptAlive */
            ifeq 6
         5: .line 357
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.wrapper:Lorg/apache/tomcat/util/net/SocketWrapperBase;
            iload 3 /* keepAliveTimeout */
            i2l
            invokevirtual org.apache.tomcat.util.net.SocketWrapperBase.setReadTimeout:(J)V
         6: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 9
         7: .line 361
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
         8: .line 362
            iconst_0
            ireturn
         9: .line 366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.wrapper:Lorg/apache/tomcat/util/net/SocketWrapperBase;
            iload 2 /* connectionTimeout */
            i2l
            invokevirtual org.apache.tomcat.util.net.SocketWrapperBase.setReadTimeout:(J)V
        10: .line 368
      StackMap locals:
      StackMap stack:
            iload 1 /* keptAlive */
            ifne 21
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            ifne 21
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            getstatic org.apache.coyote.http11.Http11InputBuffer.CLIENT_PREFACE_START:[B
            arraylength
            iconst_1
            isub
            if_icmplt 21
        11: .line 369
            iconst_1
            istore 4 /* prefaceMatch */
        start local 4 // boolean prefaceMatch
        12: .line 370
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        13: goto 17
        14: .line 371
      StackMap locals: int int
      StackMap stack:
            getstatic org.apache.coyote.http11.Http11InputBuffer.CLIENT_PREFACE_START:[B
            iload 5 /* i */
            baload
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            iload 5 /* i */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            if_icmpeq 16
        15: .line 372
            iconst_0
            istore 4 /* prefaceMatch */
        16: .line 370
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 5 /* i */
            getstatic org.apache.coyote.http11.Http11InputBuffer.CLIENT_PREFACE_START:[B
            arraylength
            if_icmpge 18
            iload 4 /* prefaceMatch */
            ifne 14
        end local 5 // int i
        18: .line 375
      StackMap locals:
      StackMap stack:
            iload 4 /* prefaceMatch */
            ifeq 21
        19: .line 377
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        20: .line 378
            iconst_0
            ireturn
        end local 4 // boolean prefaceMatch
        21: .line 383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getStartTimeNanos:()J
            lconst_0
            lcmp
            ifge 23
        22: .line 384
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokestatic java.lang.System.nanoTime:()J
            invokevirtual org.apache.coyote.Request.setStartTimeNanos:(J)V
        23: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield org.apache.coyote.http11.Http11InputBuffer.chr:B
        24: .line 387
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 13
            if_icmpeq 3
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 10
            if_icmpeq 3
        25: .line 388
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            iconst_1
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        26: .line 390
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
        27: .line 391
            aload 0 /* this */
            iconst_2
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        28: .line 393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            iconst_2
            if_icmpne 48
        29: .line 398
            iconst_0
            istore 4 /* space */
        start local 4 // boolean space
        30: .line 399
            goto 46
        31: .line 401
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 34
        32: .line 402
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 34
        33: .line 403
            iconst_0
            ireturn
        34: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 5 /* pos */
        start local 5 // int pos
        35: .line 408
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield org.apache.coyote.http11.Http11InputBuffer.chr:B
        36: .line 409
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 32
            if_icmpeq 37
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 9
            if_icmpne 42
        37: .line 410
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 4 /* space */
        38: .line 411
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.method:()Lorg/apache/tomcat/util/buf/MessageBytes;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
        39: .line 412
            iload 5 /* pos */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            isub
        40: .line 411
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setBytes:([BII)V
        41: .line 413
            goto 46
      StackMap locals:
      StackMap stack:
        42: aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            invokestatic org.apache.tomcat.util.http.parser.HttpParser.isToken:(I)Z
            ifne 46
        43: .line 415
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.protocol:()Lorg/apache/tomcat/util/buf/MessageBytes;
            ldc "HTTP/1.1"
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setString:(Ljava/lang/String;)V
        44: .line 416
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.parseInvalid:(ILjava/nio/ByteBuffer;)Ljava/lang/String;
            astore 6 /* invalidMethodValue */
        start local 6 // java.lang.String invalidMethodValue
        45: .line 417
            new java.lang.IllegalArgumentException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.invalidmethod"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 6 /* invalidMethodValue */
            aastore
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // java.lang.String invalidMethodValue
        end local 5 // int pos
        46: .line 399
      StackMap locals:
      StackMap stack:
            iload 4 /* space */
            ifeq 31
        47: .line 420
            aload 0 /* this */
            iconst_3
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        end local 4 // boolean space
        48: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            iconst_3
            if_icmpne 61
        49: .line 424
            iconst_1
            istore 4 /* space */
        start local 4 // boolean space
        50: .line 425
            goto 58
        51: .line 427
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 54
        52: .line 428
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 54
        53: .line 429
            iconst_0
            ireturn
        54: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield org.apache.coyote.http11.Http11InputBuffer.chr:B
        55: .line 432
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 32
            if_icmpeq 58
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 9
            if_icmpeq 58
        56: .line 433
            iconst_0
            istore 4 /* space */
        57: .line 434
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            iconst_1
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        58: .line 425
      StackMap locals:
      StackMap stack:
            iload 4 /* space */
            ifne 51
        59: .line 437
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
        60: .line 438
            aload 0 /* this */
            iconst_4
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        end local 4 // boolean space
        61: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            iconst_4
            if_icmpne 114
        62: .line 443
            iconst_0
            istore 4 /* end */
        start local 4 // int end
        63: .line 447
            iconst_0
            istore 5 /* space */
        start local 5 // boolean space
        64: .line 448
            goto 100
        65: .line 450
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 68
        66: .line 451
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 68
        67: .line 452
            iconst_0
            ireturn
        68: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 6 /* pos */
        start local 6 // int pos
        69: .line 455
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            putfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
        70: .line 456
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield org.apache.coyote.http11.Http11InputBuffer.chr:B
        71: .line 457
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
            bipush 13
            if_icmpne 75
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 10
            if_icmpeq 75
        72: .line 461
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.protocol:()Lorg/apache/tomcat/util/buf/MessageBytes;
            ldc "HTTP/1.1"
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setString:(Ljava/lang/String;)V
        73: .line 462
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.parseInvalid:(ILjava/nio/ByteBuffer;)Ljava/lang/String;
            astore 7 /* invalidRequestTarget */
        start local 7 // java.lang.String invalidRequestTarget
        74: .line 463
            new java.lang.IllegalArgumentException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.invalidRequestTarget"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* invalidRequestTarget */
            aastore
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // java.lang.String invalidRequestTarget
        75: .line 465
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 32
            if_icmpeq 76
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 9
            if_icmpne 79
        76: .line 466
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* space */
        77: .line 467
            iload 6 /* pos */
            istore 4 /* end */
        78: .line 468
            goto 100
      StackMap locals:
      StackMap stack:
        79: aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 13
            if_icmpeq 100
        80: .line 470
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 10
            if_icmpne 89
        81: .line 473
            iconst_1
            istore 5 /* space */
        82: .line 475
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.protocol:()Lorg/apache/tomcat/util/buf/MessageBytes;
            ldc ""
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setString:(Ljava/lang/String;)V
        83: .line 477
            aload 0 /* this */
            bipush 7
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        84: .line 478
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
            bipush 13
            if_icmpne 87
        85: .line 479
            iload 6 /* pos */
            iconst_1
            isub
            istore 4 /* end */
        86: .line 480
            goto 100
        87: .line 481
      StackMap locals:
      StackMap stack:
            iload 6 /* pos */
            istore 4 /* end */
        88: .line 483
            goto 100
      StackMap locals:
      StackMap stack:
        89: aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 63
            if_icmpne 92
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
            iconst_m1
            if_icmpne 92
        90: .line 484
            aload 0 /* this */
            iload 6 /* pos */
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
        91: .line 485
            goto 100
      StackMap locals:
      StackMap stack:
        92: aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
            iconst_m1
            if_icmpeq 96
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.httpParser:Lorg/apache/tomcat/util/http/parser/HttpParser;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            invokevirtual org.apache.tomcat.util.http.parser.HttpParser.isQueryRelaxed:(I)Z
            ifne 96
        93: .line 487
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.protocol:()Lorg/apache/tomcat/util/buf/MessageBytes;
            ldc "HTTP/1.1"
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setString:(Ljava/lang/String;)V
        94: .line 489
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.parseInvalid:(ILjava/nio/ByteBuffer;)Ljava/lang/String;
            astore 7 /* invalidRequestTarget */
        start local 7 // java.lang.String invalidRequestTarget
        95: .line 490
            new java.lang.IllegalArgumentException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.invalidRequestTarget"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* invalidRequestTarget */
            aastore
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // java.lang.String invalidRequestTarget
        96: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.httpParser:Lorg/apache/tomcat/util/http/parser/HttpParser;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            invokevirtual org.apache.tomcat.util.http.parser.HttpParser.isNotRequestTargetRelaxed:(I)Z
            ifeq 100
        97: .line 493
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.protocol:()Lorg/apache/tomcat/util/buf/MessageBytes;
            ldc "HTTP/1.1"
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setString:(Ljava/lang/String;)V
        98: .line 497
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.parseInvalid:(ILjava/nio/ByteBuffer;)Ljava/lang/String;
            astore 7 /* invalidRequestTarget */
        start local 7 // java.lang.String invalidRequestTarget
        99: .line 498
            new java.lang.IllegalArgumentException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.invalidRequestTarget"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* invalidRequestTarget */
            aastore
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // java.lang.String invalidRequestTarget
        end local 6 // int pos
       100: .line 448
      StackMap locals:
      StackMap stack:
            iload 5 /* space */
            ifeq 65
       101: .line 501
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
            iflt 109
       102: .line 502
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.queryString:()Lorg/apache/tomcat/util/buf/MessageBytes;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
            iconst_1
            iadd
       103: .line 503
            iload 4 /* end */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
            isub
            iconst_1
            isub
       104: .line 502
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setBytes:([BII)V
       105: .line 504
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.requestURI:()Lorg/apache/tomcat/util/buf/MessageBytes;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
       106: .line 505
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            isub
       107: .line 504
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setBytes:([BII)V
       108: .line 506
            goto 112
       109: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.requestURI:()Lorg/apache/tomcat/util/buf/MessageBytes;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
       110: .line 508
            iload 4 /* end */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            isub
       111: .line 507
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setBytes:([BII)V
       112: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            iconst_4
            if_icmpne 114
       113: .line 513
            aload 0 /* this */
            iconst_5
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        end local 5 // boolean space
        end local 4 // int end
       114: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            iconst_5
            if_icmpne 128
       115: .line 518
            iconst_1
            istore 4 /* space */
        start local 4 // boolean space
       116: .line 519
            goto 124
       117: .line 521
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 120
       118: .line 522
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 120
       119: .line 523
            iconst_0
            ireturn
       120: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* chr */
        start local 5 // byte chr
       121: .line 526
            iload 5 /* chr */
            bipush 32
            if_icmpeq 124
            iload 5 /* chr */
            bipush 9
            if_icmpeq 124
       122: .line 527
            iconst_0
            istore 4 /* space */
       123: .line 528
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            iconst_1
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        end local 5 // byte chr
       124: .line 519
      StackMap locals:
      StackMap stack:
            iload 4 /* space */
            ifne 117
       125: .line 531
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
       126: .line 532
            aload 0 /* this */
            bipush 6
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
       127: .line 535
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.end:I
        end local 4 // boolean space
       128: .line 537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            bipush 6
            if_icmpne 150
       129: .line 542
            goto 144
       130: .line 544
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 133
       131: .line 545
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 133
       132: .line 546
            iconst_0
            ireturn
       133: .line 549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
       134: .line 550
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            putfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
       135: .line 551
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield org.apache.coyote.http11.Http11InputBuffer.chr:B
       136: .line 552
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 13
            if_icmpeq 144
       137: .line 554
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
            bipush 13
            if_icmpne 141
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 10
            if_icmpne 141
       138: .line 555
            aload 0 /* this */
            iload 4 /* pos */
            iconst_1
            isub
            putfield org.apache.coyote.http11.Http11InputBuffer.end:I
       139: .line 556
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
       140: .line 557
            goto 144
      StackMap locals: int
      StackMap stack:
       141: aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            invokestatic org.apache.tomcat.util.http.parser.HttpParser.isHttpProtocol:(I)Z
            ifne 144
       142: .line 558
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.parseInvalid:(ILjava/nio/ByteBuffer;)Ljava/lang/String;
            astore 5 /* invalidProtocol */
        start local 5 // java.lang.String invalidProtocol
       143: .line 559
            new java.lang.IllegalArgumentException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.invalidHttpProtocol"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* invalidProtocol */
            aastore
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // java.lang.String invalidProtocol
        end local 4 // int pos
       144: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
            ifeq 130
       145: .line 563
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.end:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            isub
            ifle 150
       146: .line 564
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.protocol:()Lorg/apache/tomcat/util/buf/MessageBytes;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
       147: .line 565
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.end:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            isub
       148: .line 564
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setBytes:([BII)V
       149: .line 566
            aload 0 /* this */
            bipush 7
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
       150: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            bipush 7
            if_icmpne 156
       151: .line 572
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
       152: .line 573
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
       153: .line 574
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
       154: .line 575
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
       155: .line 576
            iconst_1
            ireturn
       156: .line 578
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.invalidPhase"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int keepAliveTimeout
        end local 2 // int connectionTimeout
        end local 1 // boolean keptAlive
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0  157     0                  this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0  157     1             keptAlive  Z
            0  157     2     connectionTimeout  I
            0  157     3      keepAliveTimeout  I
           12   21     4          prefaceMatch  Z
           13   18     5                     i  I
           30   48     4                 space  Z
           35   46     5                   pos  I
           45   46     6    invalidMethodValue  Ljava/lang/String;
           50   61     4                 space  Z
           63  114     4                   end  I
           64  114     5                 space  Z
           69  100     6                   pos  I
           74   75     7  invalidRequestTarget  Ljava/lang/String;
           95   96     7  invalidRequestTarget  Ljava/lang/String;
           99  100     7  invalidRequestTarget  Ljava/lang/String;
          116  128     4                 space  Z
          121  124     5                   chr  B
          134  144     4                   pos  I
          143  144     5       invalidProtocol  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      keptAlive          
      connectionTimeout  
      keepAliveTimeout   

  boolean parseHeaders();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 586
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
            ifne 2
         1: .line 587
            new java.lang.IllegalStateException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.parseheaders.ise.error"
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 590
      StackMap locals:
      StackMap stack:
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.HAVE_MORE_HEADERS:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            astore 1 /* status */
        start local 1 // org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus status
         3: .line 593
      StackMap locals: org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.parseHeader:()Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            astore 1 /* status */
         4: .line 602
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerBufferSize:I
            if_icmpgt 5
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.capacity:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            isub
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.socketReadBufferSize:I
            if_icmpge 6
         5: .line 603
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.requestheadertoolarge.error"
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 605
      StackMap locals:
      StackMap stack:
            aload 1 /* status */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.HAVE_MORE_HEADERS:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            if_acmpeq 3
         7: .line 606
            aload 1 /* status */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.DONE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            if_acmpne 11
         8: .line 607
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
         9: .line 608
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            putfield org.apache.coyote.http11.Http11InputBuffer.end:I
        10: .line 609
            iconst_1
            ireturn
        11: .line 611
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus status
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/apache/coyote/http11/Http11InputBuffer;
            3   12     1  status  Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
    Exceptions:
      throws java.io.IOException

  int getParsingRequestLinePhase();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 617
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            ireturn
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/http11/Http11InputBuffer;

  private java.lang.String parseInvalid(int, java.nio.ByteBuffer);
    descriptor: (ILjava/nio/ByteBuffer;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // int startPos
        start local 2 // java.nio.ByteBuffer buffer
         0: .line 623
            iconst_0
            istore 3 /* b */
        start local 3 // byte b
         1: .line 624
            goto 3
         2: .line 625
      StackMap locals: int
      StackMap stack:
            aload 2 /* buffer */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* b */
         3: .line 624
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 4
            iload 3 /* b */
            bipush 32
            if_icmpne 2
         4: .line 627
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 2 /* buffer */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            iload 1 /* startPos */
            iadd
            aload 2 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 1 /* startPos */
            isub
            iconst_1
            isub
            invokestatic org.apache.tomcat.util.http.HeaderUtil.toPrintableString:([BII)Ljava/lang/String;
            astore 4 /* result */
        start local 4 // java.lang.String result
         5: .line 628
            iload 3 /* b */
            bipush 32
            if_icmpeq 7
         6: .line 630
            new java.lang.StringBuilder
            dup
            aload 4 /* result */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "..."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 4 /* result */
         7: .line 632
      StackMap locals: java.lang.String
      StackMap stack:
            aload 4 /* result */
            areturn
        end local 4 // java.lang.String result
        end local 3 // byte b
        end local 2 // java.nio.ByteBuffer buffer
        end local 1 // int startPos
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0    8     1  startPos  I
            0    8     2    buffer  Ljava/nio/ByteBuffer;
            1    8     3         b  B
            5    8     4    result  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      startPos  
      buffer    

  void endRequest();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 643
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.swallowInput:Z
            ifeq 3
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            iconst_m1
            if_icmpeq 3
         1: .line 644
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            aaload
            invokeinterface org.apache.coyote.http11.InputFilter.end:()J
            l2i
            istore 1 /* extraBytes */
        start local 1 // int extraBytes
         2: .line 645
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 1 /* extraBytes */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        end local 1 // int extraBytes
         3: .line 647
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/apache/coyote/http11/Http11InputBuffer;
            2    3     1  extraBytes  I
    Exceptions:
      throws java.io.IOException

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 652
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.available:(Z)I
            ireturn
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/http11/Http11InputBuffer;

  int available(boolean);
    descriptor: (Z)I
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // boolean read
         0: .line 663
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            iconst_m1
            if_icmpne 3
         1: .line 664
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.inputStreamInputBuffer:Lorg/apache/coyote/InputBuffer;
            invokeinterface org.apache.coyote.InputBuffer.available:()I
            istore 2 /* available */
        start local 2 // int available
         2: .line 665
            goto 4
        end local 2 // int available
         3: .line 666
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            aaload
            invokeinterface org.apache.coyote.http11.InputFilter.available:()I
            istore 2 /* available */
        start local 2 // int available
         4: .line 669
      StackMap locals: int
      StackMap stack:
            iload 2 /* available */
            ifgt 5
            iload 1 /* read */
            ifne 6
         5: .line 670
      StackMap locals:
      StackMap stack:
            iload 2 /* available */
            ireturn
         6: .line 674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.wrapper:Lorg/apache/tomcat/util/net/SocketWrapperBase;
            invokevirtual org.apache.tomcat.util.net.SocketWrapperBase.hasDataToRead:()Z
            ifeq 14
         7: .line 675
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            pop
         8: .line 676
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* available */
         9: .line 678
            goto 14
      StackMap locals:
      StackMap stack: java.io.IOException
        10: astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
        11: .line 679
            getstatic org.apache.coyote.http11.Http11InputBuffer.log:Lorg/apache/juli/logging/Log;
            invokeinterface org.apache.juli.logging.Log.isDebugEnabled:()Z
            ifeq 13
        12: .line 680
            getstatic org.apache.coyote.http11.Http11InputBuffer.log:Lorg/apache/juli/logging/Log;
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.available.readFail"
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;)Ljava/lang/String;
            aload 3 /* ioe */
            invokeinterface org.apache.juli.logging.Log.debug:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        13: .line 685
      StackMap locals: java.io.IOException
      StackMap stack:
            iconst_1
            istore 2 /* available */
        end local 3 // java.io.IOException ioe
        14: .line 687
      StackMap locals:
      StackMap stack:
            iload 2 /* available */
            ireturn
        end local 2 // int available
        end local 1 // boolean read
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0   15     1       read  Z
            2    3     2  available  I
            4   15     2  available  I
           11   14     3        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           6     9      10  Class java.io.IOException
    MethodParameters:
      Name  Flags
      read  

  boolean isFinished();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 697
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            if_icmple 2
         1: .line 699
            iconst_0
            ireturn
         2: .line 713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            iflt 4
         3: .line 714
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            aaload
            invokeinterface org.apache.coyote.http11.InputFilter.isFinished:()Z
            ireturn
         4: .line 718
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/coyote/http11/Http11InputBuffer;

  java.nio.ByteBuffer getLeftover();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 723
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 1 /* available */
        start local 1 // int available
         1: .line 724
            iload 1 /* available */
            ifle 3
         2: .line 725
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 1 /* available */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            areturn
         3: .line 727
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int available
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/coyote/http11/Http11InputBuffer;
            1    4     1  available  I

  boolean isChunking();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 733
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 734
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
            iload 1 /* i */
            aaload
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.filterLibrary:[Lorg/apache/coyote/http11/InputFilter;
            iconst_1
            aaload
            if_acmpne 4
         3: .line 735
            iconst_1
            ireturn
         4: .line 733
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            if_icmplt 2
        end local 1 // int i
         6: .line 738
            iconst_0
            ireturn
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/coyote/http11/Http11InputBuffer;
            1    6     1     i  I

  void init(org.apache.tomcat.util.net.SocketWrapperBase<?>);
    descriptor: (Lorg/apache/tomcat/util/net/SocketWrapperBase;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // org.apache.tomcat.util.net.SocketWrapperBase socketWrapper
         0: .line 744
            aload 0 /* this */
            aload 1 /* socketWrapper */
            putfield org.apache.coyote.http11.Http11InputBuffer.wrapper:Lorg/apache/tomcat/util/net/SocketWrapperBase;
         1: .line 745
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.wrapper:Lorg/apache/tomcat/util/net/SocketWrapperBase;
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.net.SocketWrapperBase.setAppReadBufHandler:(Lorg/apache/tomcat/util/net/ApplicationBufferHandler;)V
         2: .line 747
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerBufferSize:I
         3: .line 748
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.wrapper:Lorg/apache/tomcat/util/net/SocketWrapperBase;
            invokevirtual org.apache.tomcat.util.net.SocketWrapperBase.getSocketBufferHandler:()Lorg/apache/tomcat/util/net/SocketBufferHandler;
            invokevirtual org.apache.tomcat.util.net.SocketBufferHandler.getReadBuffer:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.capacity:()I
         4: .line 747
            iadd
            istore 2 /* bufLength */
        start local 2 // int bufLength
         5: .line 749
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            ifnull 6
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.capacity:()I
            iload 2 /* bufLength */
            if_icmpge 8
         6: .line 750
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* bufLength */
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
         7: .line 751
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            iconst_0
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            iconst_0
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         8: .line 753
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int bufLength
        end local 1 // org.apache.tomcat.util.net.SocketWrapperBase socketWrapper
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0    9     1  socketWrapper  Lorg/apache/tomcat/util/net/SocketWrapperBase<*>;
            5    9     2      bufLength  I
    Signature: (Lorg/apache/tomcat/util/net/SocketWrapperBase<*>;)V
    MethodParameters:
               Name  Flags
      socketWrapper  

  private boolean fill(boolean);
    descriptor: (Z)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // boolean block
         0: .line 767
            getstatic org.apache.coyote.http11.Http11InputBuffer.log:Lorg/apache/juli/logging/Log;
            invokeinterface org.apache.juli.logging.Log.isDebugEnabled:()Z
            ifeq 7
         1: .line 768
            getstatic org.apache.coyote.http11.Http11InputBuffer.log:Lorg/apache/juli/logging/Log;
            new java.lang.StringBuilder
            dup
            ldc "Before fill(): ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
         2: .line 769
            ldc "], parsingRequestLine: ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
         3: .line 770
            ldc "], parsingRequestLinePhase: ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         4: .line 771
            ldc "], parsingRequestLineStart: ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 772
            ldc "], byteBuffer.position() ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 768
            invokeinterface org.apache.juli.logging.Log.debug:(Ljava/lang/Object;)V
         7: .line 775
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
            ifeq 12
         8: .line 776
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerBufferSize:I
            if_icmplt 13
         9: .line 777
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
            ifeq 11
        10: .line 779
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.protocol:()Lorg/apache/tomcat/util/buf/MessageBytes;
            ldc "HTTP/1.1"
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setString:(Ljava/lang/String;)V
        11: .line 781
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.requestheadertoolarge.error"
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 784
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.end:I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.end:I
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            pop
        13: .line 787
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.mark:()Ljava/nio/Buffer;
            pop
        14: .line 788
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmpge 16
        15: .line 789
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        16: .line 791
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.capacity:()I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        17: .line 792
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.wrapper:Lorg/apache/tomcat/util/net/SocketWrapperBase;
            astore 2 /* socketWrapper */
        start local 2 // org.apache.tomcat.util.net.SocketWrapperBase socketWrapper
        18: .line 793
            iconst_m1
            istore 3 /* nRead */
        start local 3 // int nRead
        19: .line 794
            aload 2 /* socketWrapper */
            ifnull 22
        20: .line 795
            aload 2 /* socketWrapper */
            iload 1 /* block */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual org.apache.tomcat.util.net.SocketWrapperBase.read:(ZLjava/nio/ByteBuffer;)I
            istore 3 /* nRead */
        21: .line 796
            goto 23
        22: .line 797
      StackMap locals: org.apache.tomcat.util.net.SocketWrapperBase int
      StackMap stack:
            new org.apache.coyote.CloseNowException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.eof.error"
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial org.apache.coyote.CloseNowException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            invokevirtual java.nio.Buffer.reset:()Ljava/nio/Buffer;
            pop
        24: .line 801
            getstatic org.apache.coyote.http11.Http11InputBuffer.log:Lorg/apache/juli/logging/Log;
            invokeinterface org.apache.juli.logging.Log.isDebugEnabled:()Z
            ifeq 28
        25: .line 802
            getstatic org.apache.coyote.http11.Http11InputBuffer.log:Lorg/apache/juli/logging/Log;
            new java.lang.StringBuilder
            dup
            ldc "Received ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        26: .line 803
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            getstatic java.nio.charset.StandardCharsets.ISO_8859_1:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BIILjava/nio/charset/Charset;)V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        27: .line 802
            invokeinterface org.apache.juli.logging.Log.debug:(Ljava/lang/Object;)V
        28: .line 806
      StackMap locals:
      StackMap stack:
            iload 3 /* nRead */
            ifle 30
        29: .line 807
            iconst_1
            ireturn
        30: .line 808
      StackMap locals:
      StackMap stack:
            iload 3 /* nRead */
            iconst_m1
            if_icmpne 32
        31: .line 809
            new java.io.EOFException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.eof.error"
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
            athrow
        32: .line 811
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int nRead
        end local 2 // org.apache.tomcat.util.net.SocketWrapperBase socketWrapper
        end local 1 // boolean block
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   33     0           this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0   33     1          block  Z
           18   33     2  socketWrapper  Lorg/apache/tomcat/util/net/SocketWrapperBase<*>;
           19   33     3          nRead  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      block  

  private org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus parseHeader();
    descriptor: ()Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 825
            goto 15
         1: .line 828
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 5
         2: .line 829
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 5
         3: .line 830
            aload 0 /* this */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_START:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            putfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
         4: .line 831
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.NEED_MORE_DATA:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
         5: .line 835
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            putfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
         6: .line 836
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield org.apache.coyote.http11.Http11InputBuffer.chr:B
         7: .line 838
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 13
            if_icmpne 8
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
            bipush 13
            if_icmpne 15
         8: .line 840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
            bipush 13
            if_icmpne 10
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 10
            if_icmpne 10
         9: .line 841
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.DONE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        10: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
            bipush 13
            if_icmpne 13
        11: .line 845
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            iconst_2
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        12: .line 846
            goto 16
        13: .line 848
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            iconst_1
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        14: .line 850
            goto 16
        15: .line 825
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_START:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            if_acmpeq 1
        16: .line 854
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_START:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            if_acmpne 42
        17: .line 856
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.start:I
        18: .line 857
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.start:I
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.lineStart:I
        19: .line 858
            aload 0 /* this */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_NAME:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            putfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
        20: .line 866
            goto 42
        21: .line 869
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 24
        22: .line 870
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 24
        23: .line 871
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.NEED_MORE_DATA:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        24: .line 875
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
        25: .line 876
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield org.apache.coyote.http11.Http11InputBuffer.chr:B
        26: .line 877
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 58
            if_icmpne 36
        27: .line 878
            aload 0 /* this */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_VALUE_START:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            putfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
        28: .line 879
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headers:Lorg/apache/tomcat/util/http/MimeHeaders;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.start:I
        29: .line 880
            iload 1 /* pos */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.start:I
            isub
        30: .line 879
            invokevirtual org.apache.tomcat.util.http.MimeHeaders.addValue:([BII)Lorg/apache/tomcat/util/buf/MessageBytes;
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.headerValue:Lorg/apache/tomcat/util/buf/MessageBytes;
        31: .line 881
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 1 /* pos */
        32: .line 883
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            iload 1 /* pos */
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.start:I
        33: .line 884
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            iload 1 /* pos */
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.realPos:I
        34: .line 885
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            iload 1 /* pos */
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.lastSignificantChar:I
        35: .line 886
            goto 43
        36: .line 887
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            invokestatic org.apache.tomcat.util.http.parser.HttpParser.isToken:(I)Z
            ifne 40
        37: .line 890
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            iload 1 /* pos */
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.lastSignificantChar:I
        38: .line 891
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            iconst_1
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        39: .line 893
            aload 0 /* this */
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.skipLine:()Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        40: .line 897
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 65
            if_icmplt 42
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 90
            if_icmpgt 42
        41: .line 898
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            iload 1 /* pos */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush -32
            isub
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        end local 1 // int pos
        42: .line 866
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_NAME:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            if_acmpeq 21
        43: .line 903
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_SKIPLINE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            if_acmpne 92
        44: .line 904
            aload 0 /* this */
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.skipLine:()Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        45: .line 915
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_VALUE_START:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            if_acmpne 53
        46: .line 919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 49
        47: .line 920
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 49
        48: .line 922
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.NEED_MORE_DATA:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        49: .line 926
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield org.apache.coyote.http11.Http11InputBuffer.chr:B
        50: .line 927
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 32
            if_icmpeq 46
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 9
            if_icmpeq 46
        51: .line 928
            aload 0 /* this */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_VALUE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            putfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
        52: .line 929
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            iconst_1
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        53: .line 934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_VALUE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            if_acmpne 81
        54: .line 937
            iconst_0
            istore 1 /* eol */
        start local 1 // boolean eol
        55: .line 938
            goto 78
        56: .line 941
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 59
        57: .line 942
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 59
        58: .line 944
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.NEED_MORE_DATA:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        59: .line 948
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            putfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
        60: .line 949
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield org.apache.coyote.http11.Http11InputBuffer.chr:B
        61: .line 950
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 13
            if_icmpeq 78
        62: .line 952
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
            bipush 13
            if_icmpne 65
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 10
            if_icmpne 65
        63: .line 953
            iconst_1
            istore 1 /* eol */
        64: .line 954
            goto 78
      StackMap locals:
      StackMap stack:
        65: aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
            bipush 13
            if_icmpne 68
        66: .line 957
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headers:Lorg/apache/tomcat/util/http/MimeHeaders;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headers:Lorg/apache/tomcat/util/http/MimeHeaders;
            invokevirtual org.apache.tomcat.util.http.MimeHeaders.size:()I
            iconst_1
            isub
            invokevirtual org.apache.tomcat.util.http.MimeHeaders.removeHeader:(I)V
        67: .line 958
            aload 0 /* this */
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.skipLine:()Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        68: .line 959
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 9
            if_icmpeq 71
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            invokestatic org.apache.tomcat.util.http.parser.HttpParser.isControl:(I)Z
            ifeq 71
        69: .line 962
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headers:Lorg/apache/tomcat/util/http/MimeHeaders;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headers:Lorg/apache/tomcat/util/http/MimeHeaders;
            invokevirtual org.apache.tomcat.util.http.MimeHeaders.size:()I
            iconst_1
            isub
            invokevirtual org.apache.tomcat.util.http.MimeHeaders.removeHeader:(I)V
        70: .line 963
            aload 0 /* this */
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.skipLine:()Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        71: .line 964
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 32
            if_icmpeq 72
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 9
            if_icmpne 75
        72: .line 965
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.realPos:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        73: .line 966
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            dup
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.realPos:I
            iconst_1
            iadd
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.realPos:I
        74: .line 967
            goto 78
        75: .line 968
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.realPos:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        76: .line 969
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            dup
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.realPos:I
            iconst_1
            iadd
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.realPos:I
        77: .line 970
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.realPos:I
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.lastSignificantChar:I
        78: .line 938
      StackMap locals:
      StackMap stack:
            iload 1 /* eol */
            ifeq 56
        79: .line 975
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.lastSignificantChar:I
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.realPos:I
        80: .line 979
            aload 0 /* this */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_MULTI_LINE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            putfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
        end local 1 // boolean eol
        81: .line 982
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 84
        82: .line 983
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 84
        83: .line 985
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.NEED_MORE_DATA:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        84: .line 989
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 1 /* peek */
        start local 1 // byte peek
        85: .line 990
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_MULTI_LINE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            if_acmpne 92
        86: .line 991
            iload 1 /* peek */
            bipush 32
            if_icmpeq 89
            iload 1 /* peek */
            bipush 9
            if_icmpeq 89
        87: .line 992
            aload 0 /* this */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_START:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            putfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
        88: .line 993
            goto 95
        89: .line 997
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.realPos:I
            iload 1 /* peek */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        90: .line 998
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            dup
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.realPos:I
            iconst_1
            iadd
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.realPos:I
        91: .line 999
            aload 0 /* this */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_VALUE_START:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            putfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
        end local 1 // byte peek
        92: .line 911
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_VALUE_START:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            if_acmpeq 45
        93: .line 912
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_VALUE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            if_acmpeq 45
        94: .line 913
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_MULTI_LINE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            if_acmpeq 45
        95: .line 1004
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.headerValue:Lorg/apache/tomcat/util/buf/MessageBytes;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.start:I
        96: .line 1005
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.lastSignificantChar:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.start:I
            isub
        97: .line 1004
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setBytes:([BII)V
        98: .line 1006
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            invokevirtual org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.recycle:()V
        99: .line 1007
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.HAVE_MORE_HEADERS:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0  100     0  this  Lorg/apache/coyote/http11/Http11InputBuffer;
           25   42     1   pos  I
           55   81     1   eol  Z
           85   92     1  peek  B
    Exceptions:
      throws java.io.IOException

  private org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus skipLine();
    descriptor: ()Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=3, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 1012
            aload 0 /* this */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_SKIPLINE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            putfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
         1: .line 1013
            iconst_0
            istore 1 /* eol */
        start local 1 // boolean eol
         2: .line 1016
            goto 14
         3: .line 1019
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 6
         4: .line 1020
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 6
         5: .line 1021
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.NEED_MORE_DATA:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
         6: .line 1025
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* pos */
        start local 2 // int pos
         7: .line 1026
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            putfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
         8: .line 1027
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield org.apache.coyote.http11.Http11InputBuffer.chr:B
         9: .line 1028
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 13
            if_icmpeq 14
        10: .line 1030
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.prevChr:B
            bipush 13
            if_icmpne 13
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.chr:B
            bipush 10
            if_icmpne 13
        11: .line 1031
            iconst_1
            istore 1 /* eol */
        12: .line 1032
            goto 14
        13: .line 1033
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            iload 2 /* pos */
            putfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.lastSignificantChar:I
        end local 2 // int pos
        14: .line 1016
      StackMap locals:
      StackMap stack:
            iload 1 /* eol */
            ifeq 3
        15: .line 1036
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.rejectIllegalHeader:Z
            ifne 16
            getstatic org.apache.coyote.http11.Http11InputBuffer.log:Lorg/apache/juli/logging/Log;
            invokeinterface org.apache.juli.logging.Log.isDebugEnabled:()Z
            ifeq 24
        16: .line 1037
      StackMap locals:
      StackMap stack:
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.invalidheader"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        17: .line 1038
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.lineStart:I
        18: .line 1039
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.lastSignificantChar:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.lineStart:I
            isub
            iconst_1
            iadd
        19: .line 1038
            invokestatic org.apache.tomcat.util.http.HeaderUtil.toPrintableString:([BII)Ljava/lang/String;
            aastore
        20: .line 1037
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* message */
        start local 2 // java.lang.String message
        21: .line 1040
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.rejectIllegalHeader:Z
            ifeq 23
        22: .line 1041
            new java.lang.IllegalArgumentException
            dup
            aload 2 /* message */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 1043
      StackMap locals: java.lang.String
      StackMap stack:
            getstatic org.apache.coyote.http11.Http11InputBuffer.log:Lorg/apache/juli/logging/Log;
            aload 2 /* message */
            invokeinterface org.apache.juli.logging.Log.debug:(Ljava/lang/Object;)V
        end local 2 // java.lang.String message
        24: .line 1046
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition.HEADER_START:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            putfield org.apache.coyote.http11.Http11InputBuffer.headerParsePos:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
        25: .line 1047
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.HAVE_MORE_HEADERS:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        end local 1 // boolean eol
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Lorg/apache/coyote/http11/Http11InputBuffer;
            2   26     1      eol  Z
            7   14     2      pos  I
           21   24     2  message  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException

  public void setByteBuffer(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 1174
            aload 0 /* this */
            aload 1 /* buffer */
            putfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
         1: .line 1175
            return
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0    2     1  buffer  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  public java.nio.ByteBuffer getByteBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 1180
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            areturn
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/http11/Http11InputBuffer;

  public void expand(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // int size
         0: .line 1186
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.capacity:()I
            iload 1 /* size */
            if_icmplt 2
         1: .line 1187
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            iload 1 /* size */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         2: .line 1189
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            astore 2 /* temp */
        start local 2 // java.nio.ByteBuffer temp
         3: .line 1190
            aload 2 /* temp */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
         4: .line 1191
            aload 0 /* this */
            aload 2 /* temp */
            putfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
         5: .line 1192
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.mark:()Ljava/nio/Buffer;
            pop
         6: .line 1193
            aconst_null
            astore 2 /* temp */
         7: .line 1194
            return
        end local 2 // java.nio.ByteBuffer temp
        end local 1 // int size
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0    8     1  size  I
            3    8     2  temp  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      size  
}
SourceFile: "Http11InputBuffer.java"
NestMembers:
  org.apache.coyote.http11.Http11InputBuffer$HeaderParseData  org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition  org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus  org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer
InnerClasses:
  private HeaderParseData = org.apache.coyote.http11.Http11InputBuffer$HeaderParseData of org.apache.coyote.http11.Http11InputBuffer
  private final HeaderParsePosition = org.apache.coyote.http11.Http11InputBuffer$HeaderParsePosition of org.apache.coyote.http11.Http11InputBuffer
  private final HeaderParseStatus = org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus of org.apache.coyote.http11.Http11InputBuffer
  private SocketInputBuffer = org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer of org.apache.coyote.http11.Http11InputBuffer