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 rejectIllegalHeaderName;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  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 boolean parsingRequestLine;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  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 45
            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 50
            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 54
            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 53
            putstatic org.apache.coyote.http11.Http11InputBuffer.CLIENT_PREFACE_START:[B
         4: .line 54
            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 rejectIllegalHeaderName
        start local 4 // org.apache.tomcat.util.http.parser.HttpParser httpParser
         0: .line 153
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 131
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
         2: .line 132
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
         3: .line 133
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
         4: .line 134
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
         5: .line 136
            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;
         6: .line 156
            aload 0 /* this */
            aload 1 /* request */
            putfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
         7: .line 157
            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;
         8: .line 159
            aload 0 /* this */
            iload 2 /* headerBufferSize */
            putfield org.apache.coyote.http11.Http11InputBuffer.headerBufferSize:I
         9: .line 160
            aload 0 /* this */
            iload 3 /* rejectIllegalHeaderName */
            putfield org.apache.coyote.http11.Http11InputBuffer.rejectIllegalHeaderName:Z
        10: .line 161
            aload 0 /* this */
            aload 4 /* httpParser */
            putfield org.apache.coyote.http11.Http11InputBuffer.httpParser:Lorg/apache/tomcat/util/http/parser/HttpParser;
        11: .line 163
            aload 0 /* this */
            iconst_0
            anewarray org.apache.coyote.http11.InputFilter
            putfield org.apache.coyote.http11.Http11InputBuffer.filterLibrary:[Lorg/apache/coyote/http11/InputFilter;
        12: .line 164
            aload 0 /* this */
            iconst_0
            anewarray org.apache.coyote.http11.InputFilter
            putfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
        13: .line 165
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
        14: .line 167
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
        15: .line 168
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
        16: .line 169
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        17: .line 170
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
        18: .line 171
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
        19: .line 172
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
        20: .line 173
            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;
        21: .line 174
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.swallowInput:Z
        22: .line 176
            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;
        23: .line 177
            return
        end local 4 // org.apache.tomcat.util.http.parser.HttpParser httpParser
        end local 3 // boolean rejectIllegalHeaderName
        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   24     0                     this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0   24     1                  request  Lorg/apache/coyote/Request;
            0   24     2         headerBufferSize  I
            0   24     3  rejectIllegalHeaderName  Z
            0   24     4               httpParser  Lorg/apache/tomcat/util/http/parser/HttpParser;
    MethodParameters:
                         Name  Flags
      request                  
      headerBufferSize         
      rejectIllegalHeaderName  
      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 189
            aload 1 /* filter */
            ifnonnull 2
         1: .line 190
            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 193
      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 194
            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 195
            aload 0 /* this */
            aload 2 /* newFilterLibrary */
            putfield org.apache.coyote.http11.Http11InputBuffer.filterLibrary:[Lorg/apache/coyote/http11/InputFilter;
         5: .line 197
            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 198
            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 205
            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 214
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            iconst_m1
            if_icmpne 3
         1: .line 215
            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 216
            goto 10
         3: .line 217
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 8
         5: .line 218
      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 219
            return
         7: .line 217
      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 221
            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 224
      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 226
            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 227
            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 234
            aload 0 /* this */
            iload 1 /* swallowInput */
            putfield org.apache.coyote.http11.Http11InputBuffer.swallowInput:Z
         1: .line 235
            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 243
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            iconst_m1
            if_icmpne 2
         1: .line 244
            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 246
      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 258
            aload 0 /* this */
            aconst_null
            putfield org.apache.coyote.http11.Http11InputBuffer.wrapper:Lorg/apache/tomcat/util/net/SocketWrapperBase;
         1: .line 259
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.recycle:()V
         2: .line 261
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 6
         4: .line 262
      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 261
            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 265
            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 266
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
         9: .line 267
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
        10: .line 268
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.swallowInput:Z
        11: .line 270
            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;
        12: .line 271
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
        13: .line 272
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        14: .line 273
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
        15: .line 274
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
        16: .line 275
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
        17: .line 276
            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 277
            return
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     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 287
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.recycle:()V
         1: .line 289
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            ifle 7
         2: .line 290
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ifle 6
         3: .line 292
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.compact:()Ljava/nio/ByteBuffer;
            pop
         4: .line 293
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
         5: .line 294
            goto 7
         6: .line 296
      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 301
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         8: goto 11
         9: .line 302
      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 301
            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 306
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
        13: .line 307
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
        14: .line 308
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.swallowInput:Z
        15: .line 310
            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 311
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
        17: .line 312
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        18: .line 313
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
        19: .line 314
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
        20: .line 315
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
        21: .line 316
            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 317
            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 336
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
            ifne 2
         1: .line 337
            iconst_1
            ireturn
         2: .line 342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            iconst_2
            if_icmpge 33
         3: .line 343
            iconst_0
            istore 4 /* chr */
        start local 4 // byte chr
         4: .line 347
      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 11
         5: .line 348
            iload 1 /* keptAlive */
            ifeq 7
         6: .line 351
            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
         7: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 10
         8: .line 355
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
         9: .line 356
            iconst_0
            ireturn
        10: .line 360
      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
        11: .line 362
      StackMap locals:
      StackMap stack:
            iload 1 /* keptAlive */
            ifne 22
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            ifne 22
            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 22
        12: .line 363
            iconst_1
            istore 5 /* prefaceMatch */
        start local 5 // boolean prefaceMatch
        13: .line 364
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        14: goto 18
        15: .line 365
      StackMap locals: int int
      StackMap stack:
            getstatic org.apache.coyote.http11.Http11InputBuffer.CLIENT_PREFACE_START:[B
            iload 6 /* i */
            baload
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            iload 6 /* i */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            if_icmpeq 17
        16: .line 366
            iconst_0
            istore 5 /* prefaceMatch */
        17: .line 364
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 6 /* i */
            getstatic org.apache.coyote.http11.Http11InputBuffer.CLIENT_PREFACE_START:[B
            arraylength
            if_icmpge 19
            iload 5 /* prefaceMatch */
            ifne 15
        end local 6 // int i
        19: .line 369
      StackMap locals:
      StackMap stack:
            iload 5 /* prefaceMatch */
            ifeq 22
        20: .line 371
            aload 0 /* this */
            iconst_m1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        21: .line 372
            iconst_0
            ireturn
        end local 5 // boolean prefaceMatch
        22: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokevirtual org.apache.coyote.Request.getStartTime:()J
            lconst_0
            lcmp
            ifge 24
        23: .line 378
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.request:Lorg/apache/coyote/Request;
            invokestatic java.lang.System.currentTimeMillis:()J
            invokevirtual org.apache.coyote.Request.setStartTime:(J)V
        24: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 4 /* chr */
        25: .line 381
            iload 4 /* chr */
            bipush 13
            if_icmpeq 4
            iload 4 /* chr */
            bipush 10
            if_icmpeq 4
        26: .line 382
            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
        27: .line 384
            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
        28: .line 385
            aload 0 /* this */
            iconst_2
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        29: .line 386
            getstatic org.apache.coyote.http11.Http11InputBuffer.log:Lorg/apache/juli/logging/Log;
            invokeinterface org.apache.juli.logging.Log.isDebugEnabled:()Z
            ifeq 33
        30: .line 387
            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
        31: .line 388
            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;
        32: .line 387
            invokeinterface org.apache.juli.logging.Log.debug:(Ljava/lang/Object;)V
        end local 4 // byte chr
        33: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            iconst_2
            if_icmpne 53
        34: .line 396
            iconst_0
            istore 4 /* space */
        start local 4 // boolean space
        35: .line 397
            goto 51
        36: .line 399
      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 39
        37: .line 400
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 39
        38: .line 401
            iconst_0
            ireturn
        39: .line 405
      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
        40: .line 406
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 6 /* chr */
        start local 6 // byte chr
        41: .line 407
            iload 6 /* chr */
            bipush 32
            if_icmpeq 42
            iload 6 /* chr */
            bipush 9
            if_icmpne 47
        42: .line 408
      StackMap locals: int int
      StackMap stack:
            iconst_1
            istore 4 /* space */
        43: .line 409
            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
        44: .line 410
            iload 5 /* pos */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            isub
        45: .line 409
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setBytes:([BII)V
        46: .line 411
            goto 51
      StackMap locals:
      StackMap stack:
        47: iload 6 /* chr */
            invokestatic org.apache.tomcat.util.http.parser.HttpParser.isToken:(I)Z
            ifne 51
        48: .line 412
            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
        49: .line 414
            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
        50: .line 415
            new java.lang.IllegalArgumentException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.invalidmethod"
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // byte chr
        end local 5 // int pos
        51: .line 397
      StackMap locals:
      StackMap stack:
            iload 4 /* space */
            ifeq 36
        52: .line 418
            aload 0 /* this */
            iconst_3
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        end local 4 // boolean space
        53: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            iconst_3
            if_icmpne 66
        54: .line 422
            iconst_1
            istore 4 /* space */
        start local 4 // boolean space
        55: .line 423
            goto 63
        56: .line 425
      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 426
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 59
        58: .line 427
            iconst_0
            ireturn
        59: .line 429
      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
        60: .line 430
            iload 5 /* chr */
            bipush 32
            if_icmpeq 63
            iload 5 /* chr */
            bipush 9
            if_icmpeq 63
        61: .line 431
            iconst_0
            istore 4 /* space */
        62: .line 432
            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
        63: .line 423
      StackMap locals:
      StackMap stack:
            iload 4 /* space */
            ifne 56
        64: .line 435
            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
        65: .line 436
            aload 0 /* this */
            iconst_4
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        end local 4 // boolean space
        66: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            iconst_4
            if_icmpne 106
        67: .line 441
            iconst_0
            istore 4 /* end */
        start local 4 // int end
        68: .line 445
            iconst_0
            istore 5 /* space */
        start local 5 // boolean space
        69: .line 446
            goto 93
        70: .line 448
      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 73
        71: .line 449
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 73
        72: .line 450
            iconst_0
            ireturn
        73: .line 452
      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
        74: .line 453
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 7 /* chr */
        start local 7 // byte chr
        75: .line 454
            iload 7 /* chr */
            bipush 32
            if_icmpeq 76
            iload 7 /* chr */
            bipush 9
            if_icmpne 79
        76: .line 455
      StackMap locals: int int
      StackMap stack:
            iconst_1
            istore 5 /* space */
        77: .line 456
            iload 6 /* pos */
            istore 4 /* end */
        78: .line 457
            goto 93
      StackMap locals:
      StackMap stack:
        79: iload 7 /* chr */
            bipush 13
            if_icmpeq 80
            iload 7 /* chr */
            bipush 10
            if_icmpne 84
        80: .line 459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
        81: .line 460
            iconst_1
            istore 5 /* space */
        82: .line 461
            iload 6 /* pos */
            istore 4 /* end */
        83: .line 462
            goto 93
      StackMap locals:
      StackMap stack:
        84: iload 7 /* chr */
            bipush 63
            if_icmpne 87
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
            iconst_m1
            if_icmpne 87
        85: .line 463
            aload 0 /* this */
            iload 6 /* pos */
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
        86: .line 464
            goto 93
      StackMap locals:
      StackMap stack:
        87: aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
            iconst_m1
            if_icmpeq 90
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.httpParser:Lorg/apache/tomcat/util/http/parser/HttpParser;
            iload 7 /* chr */
            invokevirtual org.apache.tomcat.util.http.parser.HttpParser.isQueryRelaxed:(I)Z
            ifne 90
        88: .line 466
            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
        89: .line 468
            new java.lang.IllegalArgumentException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.invalidRequestTarget"
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        90: .line 469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.httpParser:Lorg/apache/tomcat/util/http/parser/HttpParser;
            iload 7 /* chr */
            invokevirtual org.apache.tomcat.util.http.parser.HttpParser.isNotRequestTargetRelaxed:(I)Z
            ifeq 93
        91: .line 471
            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
        92: .line 475
            new java.lang.IllegalArgumentException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.invalidRequestTarget"
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // byte chr
        end local 6 // int pos
        93: .line 446
      StackMap locals:
      StackMap stack:
            iload 5 /* space */
            ifeq 70
        94: .line 478
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
            iflt 102
        95: .line 479
            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
        96: .line 480
            iload 4 /* end */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
            isub
            iconst_1
            isub
        97: .line 479
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setBytes:([BII)V
        98: .line 481
            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
        99: .line 482
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineQPos:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            isub
       100: .line 481
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setBytes:([BII)V
       101: .line 483
            goto 105
       102: .line 484
      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
       103: .line 485
            iload 4 /* end */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            isub
       104: .line 484
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setBytes:([BII)V
       105: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
        end local 5 // boolean space
        end local 4 // int end
       106: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            iconst_5
            if_icmpne 120
       107: .line 491
            iconst_1
            istore 4 /* space */
        start local 4 // boolean space
       108: .line 492
            goto 116
       109: .line 494
      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 112
       110: .line 495
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 112
       111: .line 496
            iconst_0
            ireturn
       112: .line 498
      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
       113: .line 499
            iload 5 /* chr */
            bipush 32
            if_icmpeq 116
            iload 5 /* chr */
            bipush 9
            if_icmpeq 116
       114: .line 500
            iconst_0
            istore 4 /* space */
       115: .line 501
            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
       116: .line 492
      StackMap locals:
      StackMap stack:
            iload 4 /* space */
            ifne 109
       117: .line 504
            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
       118: .line 505
            aload 0 /* this */
            bipush 6
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
       119: .line 508
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.end:I
        end local 4 // boolean space
       120: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            bipush 6
            if_icmpne 149
       121: .line 515
            goto 137
       122: .line 517
      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 125
       123: .line 518
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 125
       124: .line 519
            iconst_0
            ireturn
       125: .line 522
      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
       126: .line 523
            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
       127: .line 524
            iload 5 /* chr */
            bipush 13
            if_icmpne 130
       128: .line 525
            aload 0 /* this */
            iload 4 /* pos */
            putfield org.apache.coyote.http11.Http11InputBuffer.end:I
       129: .line 526
            goto 137
      StackMap locals: int int
      StackMap stack:
       130: iload 5 /* chr */
            bipush 10
            if_icmpne 135
       131: .line 527
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.end:I
            ifne 133
       132: .line 528
            aload 0 /* this */
            iload 4 /* pos */
            putfield org.apache.coyote.http11.Http11InputBuffer.end:I
       133: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
       134: .line 531
            goto 137
      StackMap locals:
      StackMap stack:
       135: iload 5 /* chr */
            invokestatic org.apache.tomcat.util.http.parser.HttpParser.isHttpProtocol:(I)Z
            ifne 137
       136: .line 532
            new java.lang.IllegalArgumentException
            dup
            getstatic org.apache.coyote.http11.Http11InputBuffer.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "iib.invalidHttpProtocol"
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // byte chr
        end local 4 // int pos
       137: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
            ifeq 122
       138: .line 536
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.end:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            isub
            ifle 143
       139: .line 537
            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
       140: .line 538
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.end:I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
            isub
       141: .line 537
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setBytes:([BII)V
       142: .line 539
            goto 144
       143: .line 540
      StackMap locals:
      StackMap stack:
            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
       144: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
       145: .line 543
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
       146: .line 544
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineEol:Z
       147: .line 545
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLineStart:I
       148: .line 546
            iconst_1
            ireturn
       149: .line 548
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
       150: .line 549
            new java.lang.StringBuilder
            dup
            ldc "Invalid request line parse phase:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLinePhase:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       151: .line 548
            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  152     0               this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0  152     1          keptAlive  Z
            0  152     2  connectionTimeout  I
            0  152     3   keepAliveTimeout  I
            4   33     4                chr  B
           13   22     5       prefaceMatch  Z
           14   19     6                  i  I
           35   53     4              space  Z
           40   51     5                pos  I
           41   51     6                chr  B
           55   66     4              space  Z
           60   63     5                chr  B
           68  106     4                end  I
           69  106     5              space  Z
           74   93     6                pos  I
           75   93     7                chr  B
          108  120     4              space  Z
          113  116     5                chr  B
          126  137     4                pos  I
          127  137     5                chr  B
    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 557
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
            ifne 2
         1: .line 558
            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 561
      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 564
      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 573
            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 574
      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 576
      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 577
            aload 1 /* status */
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.DONE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            if_acmpne 11
         8: .line 578
            aload 0 /* this */
            iconst_0
            putfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
         9: .line 579
            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 580
            iconst_1
            ireturn
        11: .line 582
      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 588
            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;

  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 599
            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 600
            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 601
            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 603
      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

  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 611
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* available */
        start local 2 // int available
         1: .line 612
            iload 2 /* available */
            ifne 7
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            iflt 7
         2: .line 613
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 614
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.activeFilters:[Lorg/apache/coyote/http11/InputFilter;
            iload 3 /* i */
            aaload
            invokeinterface org.apache.coyote.http11.InputFilter.available:()I
            istore 2 /* available */
         5: .line 613
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* available */
            ifne 7
            iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            if_icmple 4
        end local 3 // int i
         7: .line 617
      StackMap locals:
      StackMap stack:
            iload 2 /* available */
            ifgt 8
            iload 1 /* read */
            ifne 9
         8: .line 618
      StackMap locals:
      StackMap stack:
            iload 2 /* available */
            ireturn
         9: .line 622
      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 17
        10: .line 623
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            pop
        11: .line 624
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* available */
        12: .line 626
            goto 17
      StackMap locals:
      StackMap stack: java.io.IOException
        13: astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
        14: .line 627
            getstatic org.apache.coyote.http11.Http11InputBuffer.log:Lorg/apache/juli/logging/Log;
            invokeinterface org.apache.juli.logging.Log.isDebugEnabled:()Z
            ifeq 16
        15: .line 628
            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
        16: .line 633
      StackMap locals: java.io.IOException
      StackMap stack:
            iconst_1
            istore 2 /* available */
        end local 3 // java.io.IOException ioe
        17: .line 635
      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   18     0       this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0   18     1       read  Z
            1   18     2  available  I
            3    7     3          i  I
           14   17     3        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           9    12      13  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 645
            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 647
            iconst_0
            ireturn
         2: .line 661
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.lastActiveFilter:I
            iflt 4
         3: .line 662
            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 666
      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 671
            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 672
            iload 1 /* available */
            ifle 3
         2: .line 673
            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 675
      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 681
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 682
      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 683
            iconst_1
            ireturn
         4: .line 681
      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 686
            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 692
            aload 0 /* this */
            aload 1 /* socketWrapper */
            putfield org.apache.coyote.http11.Http11InputBuffer.wrapper:Lorg/apache/tomcat/util/net/SocketWrapperBase;
         1: .line 693
            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 695
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.headerBufferSize:I
         3: .line 696
            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 695
            iadd
            istore 2 /* bufLength */
        start local 2 // int bufLength
         5: .line 697
            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 698
      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 699
            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 701
      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=4, locals=4, args_size=2
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
        start local 1 // boolean block
         0: .line 715
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingHeader:Z
            ifeq 5
         1: .line 716
            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 6
         2: .line 717
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.parsingRequestLine:Z
            ifeq 4
         3: .line 719
            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
         4: .line 721
      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
         5: .line 724
      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
         6: .line 727
      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
         7: .line 728
            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 9
         8: .line 729
            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
         9: .line 731
      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
        10: .line 732
            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
        11: .line 733
            iconst_m1
            istore 3 /* nRead */
        start local 3 // int nRead
        12: .line 734
            aload 2 /* socketWrapper */
            ifnull 15
        13: .line 735
            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 */
        14: .line 736
            goto 16
        15: .line 737
      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
        16: .line 739
      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
        17: .line 740
            iload 3 /* nRead */
            ifle 19
        18: .line 741
            iconst_1
            ireturn
        19: .line 742
      StackMap locals:
      StackMap stack:
            iload 3 /* nRead */
            iconst_m1
            if_icmpne 21
        20: .line 743
            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
        21: .line 745
      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   22     0           this  Lorg/apache/coyote/http11/Http11InputBuffer;
            0   22     1          block  Z
           11   22     2  socketWrapper  Lorg/apache/tomcat/util/net/SocketWrapperBase<*>;
           12   22     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=3, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 763
            iconst_0
            istore 1 /* chr */
        start local 1 // byte chr
         1: .line 764
            goto 12
         2: .line 767
      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
         3: .line 768
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 6
         4: .line 769
            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;
         5: .line 770
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.NEED_MORE_DATA:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
         6: .line 774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 1 /* chr */
         7: .line 776
            iload 1 /* chr */
            bipush 13
            if_icmpeq 12
         8: .line 778
            iload 1 /* chr */
            bipush 10
            if_icmpne 10
         9: .line 779
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.DONE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        10: .line 781
      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
        11: .line 782
            goto 13
        12: .line 764
      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 2
        13: .line 787
      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 38
        14: .line 789
            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
        15: .line 790
            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;
        16: .line 798
            goto 38
        17: .line 801
      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 20
        18: .line 802
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 20
        19: .line 803
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.NEED_MORE_DATA:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        20: .line 807
      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
        21: .line 808
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 1 /* chr */
        22: .line 809
            iload 1 /* chr */
            bipush 58
            if_icmpne 32
        23: .line 810
            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;
        24: .line 811
            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
        25: .line 812
            iload 2 /* 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
        26: .line 811
            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;
        27: .line 813
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* pos */
        28: .line 815
            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.start:I
        29: .line 816
            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.realPos:I
        30: .line 817
            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
        31: .line 818
            goto 39
        32: .line 819
      StackMap locals: int
      StackMap stack:
            iload 1 /* chr */
            invokestatic org.apache.tomcat.util.http.parser.HttpParser.isToken:(I)Z
            ifne 36
        33: .line 822
            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
        34: .line 823
            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
        35: .line 825
            aload 0 /* this */
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.skipLine:()Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        36: .line 829
      StackMap locals:
      StackMap stack:
            iload 1 /* chr */
            bipush 65
            if_icmplt 38
            iload 1 /* chr */
            bipush 90
            if_icmpgt 38
        37: .line 830
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            iload 2 /* pos */
            iload 1 /* chr */
            bipush -32
            isub
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        end local 2 // int pos
        38: .line 798
      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 17
        39: .line 835
      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 81
        40: .line 836
            aload 0 /* this */
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.skipLine:()Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        41: .line 847
      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 49
        42: .line 851
      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 45
        43: .line 852
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 45
        44: .line 854
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.NEED_MORE_DATA:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        45: .line 858
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 1 /* chr */
        46: .line 859
            iload 1 /* chr */
            bipush 32
            if_icmpeq 42
            iload 1 /* chr */
            bipush 9
            if_icmpeq 42
        47: .line 860
            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;
        48: .line 861
            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
        49: .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_VALUE:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParsePosition;
            if_acmpne 70
        50: .line 869
            iconst_0
            istore 2 /* eol */
        start local 2 // boolean eol
        51: .line 870
            goto 67
        52: .line 873
      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 55
        53: .line 874
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 55
        54: .line 876
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.NEED_MORE_DATA:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        55: .line 880
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 1 /* chr */
        56: .line 881
            iload 1 /* chr */
            bipush 13
            if_icmpeq 67
        57: .line 883
            iload 1 /* chr */
            bipush 10
            if_icmpne 60
        58: .line 884
            iconst_1
            istore 2 /* eol */
        59: .line 885
            goto 67
      StackMap locals:
      StackMap stack:
        60: iload 1 /* chr */
            bipush 32
            if_icmpeq 61
            iload 1 /* chr */
            bipush 9
            if_icmpne 64
        61: .line 886
      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
            iload 1 /* chr */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        62: .line 887
            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
        63: .line 888
            goto 67
        64: .line 889
      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
            iload 1 /* chr */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        65: .line 890
            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
        66: .line 891
            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
        67: .line 870
      StackMap locals:
      StackMap stack:
            iload 2 /* eol */
            ifeq 52
        68: .line 896
            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
        69: .line 900
            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 2 // boolean eol
        70: .line 903
      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 73
        71: .line 904
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 73
        72: .line 906
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.NEED_MORE_DATA:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        73: .line 910
      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 /* chr */
        74: .line 911
            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 81
        75: .line 912
            iload 1 /* chr */
            bipush 32
            if_icmpeq 78
            iload 1 /* chr */
            bipush 9
            if_icmpeq 78
        76: .line 913
            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;
        77: .line 914
            goto 84
        78: .line 918
      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
            iload 1 /* chr */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        79: .line 919
            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
        80: .line 920
            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;
        81: .line 843
      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 41
        82: .line 844
            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 41
        83: .line 845
            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 41
        84: .line 925
      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
        85: .line 926
            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
        86: .line 925
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.setBytes:([BII)V
        87: .line 927
            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
        88: .line 928
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.HAVE_MORE_HEADERS:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
        end local 1 // byte chr
        end local 0 // org.apache.coyote.http11.Http11InputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   89     0  this  Lorg/apache/coyote/http11/Http11InputBuffer;
            1   89     1   chr  B
           21   38     2   pos  I
           51   70     2   eol  Z
    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=11, locals=4, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer this
         0: .line 933
            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 934
            iconst_0
            istore 1 /* eol */
        start local 1 // boolean eol
         2: .line 937
            goto 13
         3: .line 940
      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 941
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 6
         5: .line 942
            getstatic org.apache.coyote.http11.Http11InputBuffer$HeaderParseStatus.NEED_MORE_DATA:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseStatus;
            areturn
         6: .line 946
      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 947
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* chr */
        start local 3 // byte chr
         8: .line 948
            iload 3 /* chr */
            bipush 13
            if_icmpeq 13
         9: .line 950
            iload 3 /* chr */
            bipush 10
            if_icmpne 12
        10: .line 951
            iconst_1
            istore 1 /* eol */
        11: .line 952
            goto 13
        12: .line 953
      StackMap locals: int 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 3 // byte chr
        end local 2 // int pos
        13: .line 937
      StackMap locals:
      StackMap stack:
            iload 1 /* eol */
            ifeq 3
        14: .line 956
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.rejectIllegalHeaderName:Z
            ifne 15
            getstatic org.apache.coyote.http11.Http11InputBuffer.log:Lorg/apache/juli/logging/Log;
            invokeinterface org.apache.juli.logging.Log.isDebugEnabled:()Z
            ifeq 24
        15: .line 957
      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
        16: .line 958
            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.headerData:Lorg/apache/coyote/http11/Http11InputBuffer$HeaderParseData;
            getfield org.apache.coyote.http11.Http11InputBuffer$HeaderParseData.start:I
        17: .line 959
            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
            iconst_1
            iadd
        18: .line 960
            getstatic java.nio.charset.StandardCharsets.ISO_8859_1:Ljava/nio/charset/Charset;
        19: .line 958
            invokespecial java.lang.String.<init>:([BIILjava/nio/charset/Charset;)V
            aastore
        20: .line 957
            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 961
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.rejectIllegalHeaderName:Z
            ifeq 23
        22: .line 962
            new java.lang.IllegalArgumentException
            dup
            aload 2 /* message */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 964
      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 967
      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 968
            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   13     2      pos  I
            8   13     3      chr  B
           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 1085
            aload 0 /* this */
            aload 1 /* buffer */
            putfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
         1: .line 1086
            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 1091
            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 1097
            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 1098
            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 1100
      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 1101
            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 1102
            aload 0 /* this */
            aload 2 /* temp */
            putfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
         5: .line 1103
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.mark:()Ljava/nio/Buffer;
            pop
         6: .line 1104
            aconst_null
            astore 2 /* temp */
         7: .line 1105
            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