public final class okhttp3.internal.http.RetryAndFollowUpInterceptor implements okhttp3.Interceptor
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: okhttp3.internal.http.RetryAndFollowUpInterceptor
  super_class: java.lang.Object
{
  private static final int MAX_FOLLOW_UPS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  private final okhttp3.OkHttpClient client;
    descriptor: Lokhttp3/OkHttpClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private volatile okhttp3.internal.connection.StreamAllocation streamAllocation;
    descriptor: Lokhttp3/internal/connection/StreamAllocation;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private java.lang.Object callStackTrace;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(okhttp3.OkHttpClient, boolean);
    descriptor: (Lokhttp3/OkHttpClient;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
        start local 1 // okhttp3.OkHttpClient client
        start local 2 // boolean forWebSocket
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            aload 0 /* this */
            aload 1 /* client */
            putfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
         2: .line 75
            aload 0 /* this */
            iload 2 /* forWebSocket */
            putfield okhttp3.internal.http.RetryAndFollowUpInterceptor.forWebSocket:Z
         3: .line 76
            return
        end local 2 // boolean forWebSocket
        end local 1 // okhttp3.OkHttpClient client
        end local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lokhttp3/internal/http/RetryAndFollowUpInterceptor;
            0    4     1        client  Lokhttp3/OkHttpClient;
            0    4     2  forWebSocket  Z
    MethodParameters:
              Name  Flags
      client        
      forWebSocket  

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
         0: .line 88
            aload 0 /* this */
            iconst_1
            putfield okhttp3.internal.http.RetryAndFollowUpInterceptor.canceled:Z
         1: .line 89
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
            astore 1 /* streamAllocation */
        start local 1 // okhttp3.internal.connection.StreamAllocation streamAllocation
         2: .line 90
            aload 1 /* streamAllocation */
            ifnull 3
            aload 1 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.cancel:()V
         3: .line 91
      StackMap locals: okhttp3.internal.connection.StreamAllocation
      StackMap stack:
            return
        end local 1 // okhttp3.internal.connection.StreamAllocation streamAllocation
        end local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lokhttp3/internal/http/RetryAndFollowUpInterceptor;
            2    4     1  streamAllocation  Lokhttp3/internal/connection/StreamAllocation;

  public boolean isCanceled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
         0: .line 94
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.canceled:Z
            ireturn
        end local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/internal/http/RetryAndFollowUpInterceptor;

  public void setCallStackTrace(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
        start local 1 // java.lang.Object callStackTrace
         0: .line 98
            aload 0 /* this */
            aload 1 /* callStackTrace */
            putfield okhttp3.internal.http.RetryAndFollowUpInterceptor.callStackTrace:Ljava/lang/Object;
         1: .line 99
            return
        end local 1 // java.lang.Object callStackTrace
        end local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lokhttp3/internal/http/RetryAndFollowUpInterceptor;
            0    2     1  callStackTrace  Ljava/lang/Object;
    MethodParameters:
                Name  Flags
      callStackTrace  

  public okhttp3.internal.connection.StreamAllocation streamAllocation();
    descriptor: ()Lokhttp3/internal/connection/StreamAllocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
         0: .line 102
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
            areturn
        end local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/internal/http/RetryAndFollowUpInterceptor;

  public okhttp3.Response intercept(okhttp3.Interceptor$Chain);
    descriptor: (Lokhttp3/Interceptor$Chain;)Lokhttp3/Response;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=14, args_size=2
        start local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
        start local 1 // okhttp3.Interceptor$Chain chain
         0: .line 106
            aload 1 /* chain */
            invokeinterface okhttp3.Interceptor$Chain.request:()Lokhttp3/Request;
            astore 2 /* request */
        start local 2 // okhttp3.Request request
         1: .line 107
            aload 1 /* chain */
            checkcast okhttp3.internal.http.RealInterceptorChain
            astore 3 /* realChain */
        start local 3 // okhttp3.internal.http.RealInterceptorChain realChain
         2: .line 108
            aload 3 /* realChain */
            invokevirtual okhttp3.internal.http.RealInterceptorChain.call:()Lokhttp3/Call;
            astore 4 /* call */
        start local 4 // okhttp3.Call call
         3: .line 109
            aload 3 /* realChain */
            invokevirtual okhttp3.internal.http.RealInterceptorChain.eventListener:()Lokhttp3/EventListener;
            astore 5 /* eventListener */
        start local 5 // okhttp3.EventListener eventListener
         4: .line 111
            new okhttp3.internal.connection.StreamAllocation
            dup
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.connectionPool:()Lokhttp3/ConnectionPool;
         5: .line 112
            aload 0 /* this */
            aload 2 /* request */
            invokevirtual okhttp3.Request.url:()Lokhttp3/HttpUrl;
            invokevirtual okhttp3.internal.http.RetryAndFollowUpInterceptor.createAddress:(Lokhttp3/HttpUrl;)Lokhttp3/Address;
            aload 4 /* call */
            aload 5 /* eventListener */
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.callStackTrace:Ljava/lang/Object;
         6: .line 111
            invokespecial okhttp3.internal.connection.StreamAllocation.<init>:(Lokhttp3/ConnectionPool;Lokhttp3/Address;Lokhttp3/Call;Lokhttp3/EventListener;Ljava/lang/Object;)V
            astore 6 /* streamAllocation */
        start local 6 // okhttp3.internal.connection.StreamAllocation streamAllocation
         7: .line 113
            aload 0 /* this */
            aload 6 /* streamAllocation */
            putfield okhttp3.internal.http.RetryAndFollowUpInterceptor.streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
         8: .line 115
            iconst_0
            istore 7 /* followUpCount */
        start local 7 // int followUpCount
         9: .line 116
            aconst_null
            astore 8 /* priorResponse */
        start local 8 // okhttp3.Response priorResponse
        10: .line 118
      StackMap locals: okhttp3.internal.http.RetryAndFollowUpInterceptor okhttp3.Interceptor$Chain okhttp3.Request okhttp3.internal.http.RealInterceptorChain okhttp3.Call okhttp3.EventListener okhttp3.internal.connection.StreamAllocation int okhttp3.Response
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.canceled:Z
            ifeq 13
        11: .line 119
            aload 6 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.release:()V
        12: .line 120
            new java.io.IOException
            dup
            ldc "Canceled"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 124
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 10 /* releaseConnection */
        start local 10 // boolean releaseConnection
        14: .line 126
            aload 3 /* realChain */
            aload 2 /* request */
            aload 6 /* streamAllocation */
            aconst_null
            aconst_null
            invokevirtual okhttp3.internal.http.RealInterceptorChain.proceed:(Lokhttp3/Request;Lokhttp3/internal/connection/StreamAllocation;Lokhttp3/internal/http/HttpCodec;Lokhttp3/internal/connection/RealConnection;)Lokhttp3/Response;
            astore 9 /* response */
        start local 9 // okhttp3.Response response
        15: .line 127
            iconst_0
            istore 10 /* releaseConnection */
        16: .line 128
            goto 40
        end local 9 // okhttp3.Response response
      StackMap locals: okhttp3.internal.http.RetryAndFollowUpInterceptor okhttp3.Interceptor$Chain okhttp3.Request okhttp3.internal.http.RealInterceptorChain okhttp3.Call okhttp3.EventListener okhttp3.internal.connection.StreamAllocation int okhttp3.Response top int
      StackMap stack: okhttp3.internal.connection.RouteException
        17: astore 11 /* e */
        start local 11 // okhttp3.internal.connection.RouteException e
        18: .line 130
            aload 0 /* this */
            aload 11 /* e */
            invokevirtual okhttp3.internal.connection.RouteException.getLastConnectException:()Ljava/io/IOException;
            aload 6 /* streamAllocation */
            iconst_0
            aload 2 /* request */
            invokevirtual okhttp3.internal.http.RetryAndFollowUpInterceptor.recover:(Ljava/io/IOException;Lokhttp3/internal/connection/StreamAllocation;ZLokhttp3/Request;)Z
            ifne 20
        19: .line 131
            aload 11 /* e */
            invokevirtual okhttp3.internal.connection.RouteException.getFirstConnectException:()Ljava/io/IOException;
            athrow
        20: .line 133
      StackMap locals: okhttp3.internal.connection.RouteException
      StackMap stack:
            iconst_0
            istore 10 /* releaseConnection */
        21: .line 143
            iload 10 /* releaseConnection */
            ifeq 10
        22: .line 144
            aload 6 /* streamAllocation */
            aconst_null
            invokevirtual okhttp3.internal.connection.StreamAllocation.streamFailed:(Ljava/io/IOException;)V
        23: .line 145
            aload 6 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.release:()V
        24: .line 134
            goto 10
        end local 11 // okhttp3.internal.connection.RouteException e
        25: .line 135
      StackMap locals: okhttp3.internal.http.RetryAndFollowUpInterceptor okhttp3.Interceptor$Chain okhttp3.Request okhttp3.internal.http.RealInterceptorChain okhttp3.Call okhttp3.EventListener okhttp3.internal.connection.StreamAllocation int okhttp3.Response top int
      StackMap stack: java.io.IOException
            astore 11 /* e */
        start local 11 // java.io.IOException e
        26: .line 137
            aload 11 /* e */
            instanceof okhttp3.internal.http2.ConnectionShutdownException
            ifeq 27
            iconst_0
            goto 28
      StackMap locals: java.io.IOException
      StackMap stack:
        27: iconst_1
      StackMap locals:
      StackMap stack: int
        28: istore 12 /* requestSendStarted */
        start local 12 // boolean requestSendStarted
        29: .line 138
            aload 0 /* this */
            aload 11 /* e */
            aload 6 /* streamAllocation */
            iload 12 /* requestSendStarted */
            aload 2 /* request */
            invokevirtual okhttp3.internal.http.RetryAndFollowUpInterceptor.recover:(Ljava/io/IOException;Lokhttp3/internal/connection/StreamAllocation;ZLokhttp3/Request;)Z
            ifne 30
            aload 11 /* e */
            athrow
        30: .line 139
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 10 /* releaseConnection */
        31: .line 143
            iload 10 /* releaseConnection */
            ifeq 10
        32: .line 144
            aload 6 /* streamAllocation */
            aconst_null
            invokevirtual okhttp3.internal.connection.StreamAllocation.streamFailed:(Ljava/io/IOException;)V
        33: .line 145
            aload 6 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.release:()V
        34: .line 140
            goto 10
        end local 12 // boolean requestSendStarted
        end local 11 // java.io.IOException e
        35: .line 141
      StackMap locals: okhttp3.internal.http.RetryAndFollowUpInterceptor okhttp3.Interceptor$Chain okhttp3.Request okhttp3.internal.http.RealInterceptorChain okhttp3.Call okhttp3.EventListener okhttp3.internal.connection.StreamAllocation int okhttp3.Response top int
      StackMap stack: java.lang.Throwable
            astore 13
        36: .line 143
            iload 10 /* releaseConnection */
            ifeq 39
        37: .line 144
            aload 6 /* streamAllocation */
            aconst_null
            invokevirtual okhttp3.internal.connection.StreamAllocation.streamFailed:(Ljava/io/IOException;)V
        38: .line 145
            aload 6 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.release:()V
        39: .line 147
      StackMap locals: okhttp3.internal.http.RetryAndFollowUpInterceptor okhttp3.Interceptor$Chain okhttp3.Request okhttp3.internal.http.RealInterceptorChain okhttp3.Call okhttp3.EventListener okhttp3.internal.connection.StreamAllocation int okhttp3.Response top int top top java.lang.Throwable
      StackMap stack:
            aload 13
            athrow
        start local 9 // okhttp3.Response response
        40: .line 143
      StackMap locals: okhttp3.internal.http.RetryAndFollowUpInterceptor okhttp3.Interceptor$Chain okhttp3.Request okhttp3.internal.http.RealInterceptorChain okhttp3.Call okhttp3.EventListener okhttp3.internal.connection.StreamAllocation int okhttp3.Response okhttp3.Response int
      StackMap stack:
            iload 10 /* releaseConnection */
            ifeq 43
        41: .line 144
            aload 6 /* streamAllocation */
            aconst_null
            invokevirtual okhttp3.internal.connection.StreamAllocation.streamFailed:(Ljava/io/IOException;)V
        42: .line 145
            aload 6 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.release:()V
        43: .line 150
      StackMap locals:
      StackMap stack:
            aload 8 /* priorResponse */
            ifnull 51
        44: .line 151
            aload 9 /* response */
            invokevirtual okhttp3.Response.newBuilder:()Lokhttp3/Response$Builder;
        45: .line 152
            aload 8 /* priorResponse */
            invokevirtual okhttp3.Response.newBuilder:()Lokhttp3/Response$Builder;
        46: .line 153
            aconst_null
            invokevirtual okhttp3.Response$Builder.body:(Lokhttp3/ResponseBody;)Lokhttp3/Response$Builder;
        47: .line 154
            invokevirtual okhttp3.Response$Builder.build:()Lokhttp3/Response;
        48: .line 152
            invokevirtual okhttp3.Response$Builder.priorResponse:(Lokhttp3/Response;)Lokhttp3/Response$Builder;
        49: .line 155
            invokevirtual okhttp3.Response$Builder.build:()Lokhttp3/Response;
        50: .line 151
            astore 9 /* response */
        51: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 9 /* response */
            aload 6 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.route:()Lokhttp3/Route;
            invokevirtual okhttp3.internal.http.RetryAndFollowUpInterceptor.followUpRequest:(Lokhttp3/Response;Lokhttp3/Route;)Lokhttp3/Request;
            astore 11 /* followUp */
        start local 11 // okhttp3.Request followUp
        52: .line 161
            goto 56
        end local 11 // okhttp3.Request followUp
      StackMap locals:
      StackMap stack: java.io.IOException
        53: astore 12 /* e */
        start local 12 // java.io.IOException e
        54: .line 162
            aload 6 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.release:()V
        55: .line 163
            aload 12 /* e */
            athrow
        end local 12 // java.io.IOException e
        start local 11 // okhttp3.Request followUp
        56: .line 166
      StackMap locals: okhttp3.Request
      StackMap stack:
            aload 11 /* followUp */
            ifnonnull 59
        57: .line 167
            aload 6 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.release:()V
        58: .line 168
            aload 9 /* response */
            areturn
        59: .line 171
      StackMap locals:
      StackMap stack:
            aload 9 /* response */
            invokevirtual okhttp3.Response.body:()Lokhttp3/ResponseBody;
            invokestatic okhttp3.internal.Util.closeQuietly:(Ljava/io/Closeable;)V
        60: .line 173
            iinc 7 /* followUpCount */ 1
            iload 7 /* followUpCount */
            bipush 20
            if_icmple 63
        61: .line 174
            aload 6 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.release:()V
        62: .line 175
            new java.net.ProtocolException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Too many follow-up requests: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* followUpCount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.net.ProtocolException.<init>:(Ljava/lang/String;)V
            athrow
        63: .line 178
      StackMap locals:
      StackMap stack:
            aload 11 /* followUp */
            invokevirtual okhttp3.Request.body:()Lokhttp3/RequestBody;
            instanceof okhttp3.internal.http.UnrepeatableRequestBody
            ifeq 66
        64: .line 179
            aload 6 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.release:()V
        65: .line 180
            new java.net.HttpRetryException
            dup
            ldc "Cannot retry streamed HTTP body"
            aload 9 /* response */
            invokevirtual okhttp3.Response.code:()I
            invokespecial java.net.HttpRetryException.<init>:(Ljava/lang/String;I)V
            athrow
        66: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 9 /* response */
            aload 11 /* followUp */
            invokevirtual okhttp3.Request.url:()Lokhttp3/HttpUrl;
            invokevirtual okhttp3.internal.http.RetryAndFollowUpInterceptor.sameConnection:(Lokhttp3/Response;Lokhttp3/HttpUrl;)Z
            ifne 73
        67: .line 184
            aload 6 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.release:()V
        68: .line 185
            new okhttp3.internal.connection.StreamAllocation
            dup
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.connectionPool:()Lokhttp3/ConnectionPool;
        69: .line 186
            aload 0 /* this */
            aload 11 /* followUp */
            invokevirtual okhttp3.Request.url:()Lokhttp3/HttpUrl;
            invokevirtual okhttp3.internal.http.RetryAndFollowUpInterceptor.createAddress:(Lokhttp3/HttpUrl;)Lokhttp3/Address;
            aload 4 /* call */
            aload 5 /* eventListener */
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.callStackTrace:Ljava/lang/Object;
        70: .line 185
            invokespecial okhttp3.internal.connection.StreamAllocation.<init>:(Lokhttp3/ConnectionPool;Lokhttp3/Address;Lokhttp3/Call;Lokhttp3/EventListener;Ljava/lang/Object;)V
            astore 6 /* streamAllocation */
        71: .line 187
            aload 0 /* this */
            aload 6 /* streamAllocation */
            putfield okhttp3.internal.http.RetryAndFollowUpInterceptor.streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
        72: .line 188
            goto 77
      StackMap locals:
      StackMap stack:
        73: aload 6 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.codec:()Lokhttp3/internal/http/HttpCodec;
            ifnull 77
        74: .line 189
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Closing the body of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 9 /* response */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        75: .line 190
            ldc " didn't close its backing stream. Bad interceptor?"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        76: .line 189
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        77: .line 193
      StackMap locals:
      StackMap stack:
            aload 11 /* followUp */
            astore 2 /* request */
        78: .line 194
            aload 9 /* response */
            astore 8 /* priorResponse */
        end local 11 // okhttp3.Request followUp
        end local 10 // boolean releaseConnection
        end local 9 // okhttp3.Response response
        79: .line 117
            goto 10
        end local 8 // okhttp3.Response priorResponse
        end local 7 // int followUpCount
        end local 6 // okhttp3.internal.connection.StreamAllocation streamAllocation
        end local 5 // okhttp3.EventListener eventListener
        end local 4 // okhttp3.Call call
        end local 3 // okhttp3.internal.http.RealInterceptorChain realChain
        end local 2 // okhttp3.Request request
        end local 1 // okhttp3.Interceptor$Chain chain
        end local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   80     0                this  Lokhttp3/internal/http/RetryAndFollowUpInterceptor;
            0   80     1               chain  Lokhttp3/Interceptor$Chain;
            1   80     2             request  Lokhttp3/Request;
            2   80     3           realChain  Lokhttp3/internal/http/RealInterceptorChain;
            3   80     4                call  Lokhttp3/Call;
            4   80     5       eventListener  Lokhttp3/EventListener;
            7   80     6    streamAllocation  Lokhttp3/internal/connection/StreamAllocation;
            9   80     7       followUpCount  I
           10   80     8       priorResponse  Lokhttp3/Response;
           15   17     9            response  Lokhttp3/Response;
           40   79     9            response  Lokhttp3/Response;
           14   79    10   releaseConnection  Z
           18   25    11                   e  Lokhttp3/internal/connection/RouteException;
           26   35    11                   e  Ljava/io/IOException;
           29   35    12  requestSendStarted  Z
           52   53    11            followUp  Lokhttp3/Request;
           56   79    11            followUp  Lokhttp3/Request;
           54   56    12                   e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          14    16      17  Class okhttp3.internal.connection.RouteException
          14    16      25  Class java.io.IOException
          14    21      35  any
          25    31      35  any
          51    52      53  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      chain  

  private okhttp3.Address createAddress(okhttp3.HttpUrl);
    descriptor: (Lokhttp3/HttpUrl;)Lokhttp3/Address;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=14, locals=5, args_size=2
        start local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
        start local 1 // okhttp3.HttpUrl url
         0: .line 199
            aconst_null
            astore 2 /* sslSocketFactory */
        start local 2 // javax.net.ssl.SSLSocketFactory sslSocketFactory
         1: .line 200
            aconst_null
            astore 3 /* hostnameVerifier */
        start local 3 // javax.net.ssl.HostnameVerifier hostnameVerifier
         2: .line 201
            aconst_null
            astore 4 /* certificatePinner */
        start local 4 // okhttp3.CertificatePinner certificatePinner
         3: .line 202
            aload 1 /* url */
            invokevirtual okhttp3.HttpUrl.isHttps:()Z
            ifeq 7
         4: .line 203
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.sslSocketFactory:()Ljavax/net/ssl/SSLSocketFactory;
            astore 2 /* sslSocketFactory */
         5: .line 204
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.hostnameVerifier:()Ljavax/net/ssl/HostnameVerifier;
            astore 3 /* hostnameVerifier */
         6: .line 205
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.certificatePinner:()Lokhttp3/CertificatePinner;
            astore 4 /* certificatePinner */
         7: .line 208
      StackMap locals: javax.net.ssl.SSLSocketFactory javax.net.ssl.HostnameVerifier okhttp3.CertificatePinner
      StackMap stack:
            new okhttp3.Address
            dup
            aload 1 /* url */
            invokevirtual okhttp3.HttpUrl.host:()Ljava/lang/String;
            aload 1 /* url */
            invokevirtual okhttp3.HttpUrl.port:()I
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.dns:()Lokhttp3/Dns;
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.socketFactory:()Ljavax/net/SocketFactory;
         8: .line 209
            aload 2 /* sslSocketFactory */
            aload 3 /* hostnameVerifier */
            aload 4 /* certificatePinner */
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.proxyAuthenticator:()Lokhttp3/Authenticator;
         9: .line 210
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.proxy:()Ljava/net/Proxy;
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.protocols:()Ljava/util/List;
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.connectionSpecs:()Ljava/util/List;
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.proxySelector:()Ljava/net/ProxySelector;
        10: .line 208
            invokespecial okhttp3.Address.<init>:(Ljava/lang/String;ILokhttp3/Dns;Ljavax/net/SocketFactory;Ljavax/net/ssl/SSLSocketFactory;Ljavax/net/ssl/HostnameVerifier;Lokhttp3/CertificatePinner;Lokhttp3/Authenticator;Ljava/net/Proxy;Ljava/util/List;Ljava/util/List;Ljava/net/ProxySelector;)V
            areturn
        end local 4 // okhttp3.CertificatePinner certificatePinner
        end local 3 // javax.net.ssl.HostnameVerifier hostnameVerifier
        end local 2 // javax.net.ssl.SSLSocketFactory sslSocketFactory
        end local 1 // okhttp3.HttpUrl url
        end local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lokhttp3/internal/http/RetryAndFollowUpInterceptor;
            0   11     1                url  Lokhttp3/HttpUrl;
            1   11     2   sslSocketFactory  Ljavax/net/ssl/SSLSocketFactory;
            2   11     3   hostnameVerifier  Ljavax/net/ssl/HostnameVerifier;
            3   11     4  certificatePinner  Lokhttp3/CertificatePinner;
    MethodParameters:
      Name  Flags
      url   

  private boolean recover(java.io.IOException, okhttp3.internal.connection.StreamAllocation, boolean, okhttp3.Request);
    descriptor: (Ljava/io/IOException;Lokhttp3/internal/connection/StreamAllocation;ZLokhttp3/Request;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
        start local 1 // java.io.IOException e
        start local 2 // okhttp3.internal.connection.StreamAllocation streamAllocation
        start local 3 // boolean requestSendStarted
        start local 4 // okhttp3.Request userRequest
         0: .line 221
            aload 2 /* streamAllocation */
            aload 1 /* e */
            invokevirtual okhttp3.internal.connection.StreamAllocation.streamFailed:(Ljava/io/IOException;)V
         1: .line 224
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.retryOnConnectionFailure:()Z
            ifne 2
            iconst_0
            ireturn
         2: .line 227
      StackMap locals:
      StackMap stack:
            iload 3 /* requestSendStarted */
            ifeq 3
            aload 4 /* userRequest */
            invokevirtual okhttp3.Request.body:()Lokhttp3/RequestBody;
            instanceof okhttp3.internal.http.UnrepeatableRequestBody
            ifeq 3
            iconst_0
            ireturn
         3: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            iload 3 /* requestSendStarted */
            invokevirtual okhttp3.internal.http.RetryAndFollowUpInterceptor.isRecoverable:(Ljava/io/IOException;Z)Z
            ifne 4
            iconst_0
            ireturn
         4: .line 233
      StackMap locals:
      StackMap stack:
            aload 2 /* streamAllocation */
            invokevirtual okhttp3.internal.connection.StreamAllocation.hasMoreRoutes:()Z
            ifne 5
            iconst_0
            ireturn
         5: .line 236
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // okhttp3.Request userRequest
        end local 3 // boolean requestSendStarted
        end local 2 // okhttp3.internal.connection.StreamAllocation streamAllocation
        end local 1 // java.io.IOException e
        end local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lokhttp3/internal/http/RetryAndFollowUpInterceptor;
            0    6     1                   e  Ljava/io/IOException;
            0    6     2    streamAllocation  Lokhttp3/internal/connection/StreamAllocation;
            0    6     3  requestSendStarted  Z
            0    6     4         userRequest  Lokhttp3/Request;
    MethodParameters:
                    Name  Flags
      e                   
      streamAllocation    
      requestSendStarted  
      userRequest         

  private boolean isRecoverable(java.io.IOException, boolean);
    descriptor: (Ljava/io/IOException;Z)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
        start local 1 // java.io.IOException e
        start local 2 // boolean requestSendStarted
         0: .line 241
            aload 1 /* e */
            instanceof java.net.ProtocolException
            ifeq 2
         1: .line 242
            iconst_0
            ireturn
         2: .line 247
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            instanceof java.io.InterruptedIOException
            ifeq 5
         3: .line 248
            aload 1 /* e */
            instanceof java.net.SocketTimeoutException
            ifeq 4
            iload 2 /* requestSendStarted */
            ifne 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
         5: .line 253
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            instanceof javax.net.ssl.SSLHandshakeException
            ifeq 8
         6: .line 256
            aload 1 /* e */
            invokevirtual java.io.IOException.getCause:()Ljava/lang/Throwable;
            instanceof java.security.cert.CertificateException
            ifeq 8
         7: .line 257
            iconst_0
            ireturn
         8: .line 260
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            instanceof javax.net.ssl.SSLPeerUnverifiedException
            ifeq 10
         9: .line 262
            iconst_0
            ireturn
        10: .line 268
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // boolean requestSendStarted
        end local 1 // java.io.IOException e
        end local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0                this  Lokhttp3/internal/http/RetryAndFollowUpInterceptor;
            0   11     1                   e  Ljava/io/IOException;
            0   11     2  requestSendStarted  Z
    MethodParameters:
                    Name  Flags
      e                   
      requestSendStarted  

  private okhttp3.Request followUpRequest(okhttp3.Response, okhttp3.Route);
    descriptor: (Lokhttp3/Response;Lokhttp3/Route;)Lokhttp3/Request;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=12, args_size=3
        start local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
        start local 1 // okhttp3.Response userResponse
        start local 2 // okhttp3.Route route
         0: .line 277
            aload 1 /* userResponse */
            ifnonnull 1
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         1: .line 278
      StackMap locals:
      StackMap stack:
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.code:()I
            istore 3 /* responseCode */
        start local 3 // int responseCode
         2: .line 280
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.request:()Lokhttp3/Request;
            invokevirtual okhttp3.Request.method:()Ljava/lang/String;
            astore 4 /* method */
        start local 4 // java.lang.String method
         3: .line 281
            iload 3 /* responseCode */
            lookupswitch { // 10
                  300: 14
                  301: 14
                  302: 14
                  303: 14
                  307: 12
                  308: 12
                  401: 11
                  407: 4
                  408: 38
                  503: 48
              default: 54
          }
         4: .line 283
      StackMap locals: int java.lang.String
      StackMap stack:
            aload 2 /* route */
            ifnull 6
         5: .line 284
            aload 2 /* route */
            invokevirtual okhttp3.Route.proxy:()Ljava/net/Proxy;
            goto 7
         6: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.proxy:()Ljava/net/Proxy;
         7: .line 283
      StackMap locals:
      StackMap stack: java.net.Proxy
            astore 5 /* selectedProxy */
        start local 5 // java.net.Proxy selectedProxy
         8: .line 286
            aload 5 /* selectedProxy */
            invokevirtual java.net.Proxy.type:()Ljava/net/Proxy$Type;
            getstatic java.net.Proxy$Type.HTTP:Ljava/net/Proxy$Type;
            if_acmpeq 10
         9: .line 287
            new java.net.ProtocolException
            dup
            ldc "Received HTTP_PROXY_AUTH (407) code while not using proxy"
            invokespecial java.net.ProtocolException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 289
      StackMap locals: java.net.Proxy
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.proxyAuthenticator:()Lokhttp3/Authenticator;
            aload 2 /* route */
            aload 1 /* userResponse */
            invokeinterface okhttp3.Authenticator.authenticate:(Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
            areturn
        end local 5 // java.net.Proxy selectedProxy
        11: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.authenticator:()Lokhttp3/Authenticator;
            aload 2 /* route */
            aload 1 /* userResponse */
            invokeinterface okhttp3.Authenticator.authenticate:(Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
            areturn
        12: .line 298
      StackMap locals:
      StackMap stack:
            aload 4 /* method */
            ldc "GET"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 14
            aload 4 /* method */
            ldc "HEAD"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 14
        13: .line 299
            aconst_null
            areturn
        14: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.followRedirects:()Z
            ifne 15
            aconst_null
            areturn
        15: .line 309
      StackMap locals:
      StackMap stack:
            aload 1 /* userResponse */
            ldc "Location"
            invokevirtual okhttp3.Response.header:(Ljava/lang/String;)Ljava/lang/String;
            astore 6 /* location */
        start local 6 // java.lang.String location
        16: .line 310
            aload 6 /* location */
            ifnonnull 17
            aconst_null
            areturn
        17: .line 311
      StackMap locals: okhttp3.internal.http.RetryAndFollowUpInterceptor okhttp3.Response okhttp3.Route int java.lang.String top java.lang.String
      StackMap stack:
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.request:()Lokhttp3/Request;
            invokevirtual okhttp3.Request.url:()Lokhttp3/HttpUrl;
            aload 6 /* location */
            invokevirtual okhttp3.HttpUrl.resolve:(Ljava/lang/String;)Lokhttp3/HttpUrl;
            astore 7 /* url */
        start local 7 // okhttp3.HttpUrl url
        18: .line 314
            aload 7 /* url */
            ifnonnull 19
            aconst_null
            areturn
        19: .line 317
      StackMap locals: okhttp3.HttpUrl
      StackMap stack:
            aload 7 /* url */
            invokevirtual okhttp3.HttpUrl.scheme:()Ljava/lang/String;
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.request:()Lokhttp3/Request;
            invokevirtual okhttp3.Request.url:()Lokhttp3/HttpUrl;
            invokevirtual okhttp3.HttpUrl.scheme:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            istore 8 /* sameScheme */
        start local 8 // boolean sameScheme
        20: .line 318
            iload 8 /* sameScheme */
            ifne 21
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.followSslRedirects:()Z
            ifne 21
            aconst_null
            areturn
        21: .line 321
      StackMap locals: int
      StackMap stack:
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.request:()Lokhttp3/Request;
            invokevirtual okhttp3.Request.newBuilder:()Lokhttp3/Request$Builder;
            astore 9 /* requestBuilder */
        start local 9 // okhttp3.Request$Builder requestBuilder
        22: .line 322
            aload 4 /* method */
            invokestatic okhttp3.internal.http.HttpMethod.permitsRequestBody:(Ljava/lang/String;)Z
            ifeq 35
        23: .line 323
            aload 4 /* method */
            invokestatic okhttp3.internal.http.HttpMethod.redirectsWithBody:(Ljava/lang/String;)Z
            istore 10 /* maintainBody */
        start local 10 // boolean maintainBody
        24: .line 324
            aload 4 /* method */
            invokestatic okhttp3.internal.http.HttpMethod.redirectsToGet:(Ljava/lang/String;)Z
            ifeq 27
        25: .line 325
            aload 9 /* requestBuilder */
            ldc "GET"
            aconst_null
            invokevirtual okhttp3.Request$Builder.method:(Ljava/lang/String;Lokhttp3/RequestBody;)Lokhttp3/Request$Builder;
            pop
        26: .line 326
            goto 31
        27: .line 327
      StackMap locals: okhttp3.Request$Builder int
      StackMap stack:
            iload 10 /* maintainBody */
            ifeq 28
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.request:()Lokhttp3/Request;
            invokevirtual okhttp3.Request.body:()Lokhttp3/RequestBody;
            goto 29
      StackMap locals:
      StackMap stack:
        28: aconst_null
      StackMap locals:
      StackMap stack: okhttp3.RequestBody
        29: astore 11 /* requestBody */
        start local 11 // okhttp3.RequestBody requestBody
        30: .line 328
            aload 9 /* requestBuilder */
            aload 4 /* method */
            aload 11 /* requestBody */
            invokevirtual okhttp3.Request$Builder.method:(Ljava/lang/String;Lokhttp3/RequestBody;)Lokhttp3/Request$Builder;
            pop
        end local 11 // okhttp3.RequestBody requestBody
        31: .line 330
      StackMap locals:
      StackMap stack:
            iload 10 /* maintainBody */
            ifne 35
        32: .line 331
            aload 9 /* requestBuilder */
            ldc "Transfer-Encoding"
            invokevirtual okhttp3.Request$Builder.removeHeader:(Ljava/lang/String;)Lokhttp3/Request$Builder;
            pop
        33: .line 332
            aload 9 /* requestBuilder */
            ldc "Content-Length"
            invokevirtual okhttp3.Request$Builder.removeHeader:(Ljava/lang/String;)Lokhttp3/Request$Builder;
            pop
        34: .line 333
            aload 9 /* requestBuilder */
            ldc "Content-Type"
            invokevirtual okhttp3.Request$Builder.removeHeader:(Ljava/lang/String;)Lokhttp3/Request$Builder;
            pop
        end local 10 // boolean maintainBody
        35: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* userResponse */
            aload 7 /* url */
            invokevirtual okhttp3.internal.http.RetryAndFollowUpInterceptor.sameConnection:(Lokhttp3/Response;Lokhttp3/HttpUrl;)Z
            ifne 37
        36: .line 341
            aload 9 /* requestBuilder */
            ldc "Authorization"
            invokevirtual okhttp3.Request$Builder.removeHeader:(Ljava/lang/String;)Lokhttp3/Request$Builder;
            pop
        37: .line 344
      StackMap locals:
      StackMap stack:
            aload 9 /* requestBuilder */
            aload 7 /* url */
            invokevirtual okhttp3.Request$Builder.url:(Lokhttp3/HttpUrl;)Lokhttp3/Request$Builder;
            invokevirtual okhttp3.Request$Builder.build:()Lokhttp3/Request;
            areturn
        end local 9 // okhttp3.Request$Builder requestBuilder
        end local 8 // boolean sameScheme
        end local 7 // okhttp3.HttpUrl url
        end local 6 // java.lang.String location
        38: .line 350
      StackMap locals: okhttp3.internal.http.RetryAndFollowUpInterceptor okhttp3.Response okhttp3.Route int java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.internal.http.RetryAndFollowUpInterceptor.client:Lokhttp3/OkHttpClient;
            invokevirtual okhttp3.OkHttpClient.retryOnConnectionFailure:()Z
            ifne 40
        39: .line 352
            aconst_null
            areturn
        40: .line 355
      StackMap locals:
      StackMap stack:
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.request:()Lokhttp3/Request;
            invokevirtual okhttp3.Request.body:()Lokhttp3/RequestBody;
            instanceof okhttp3.internal.http.UnrepeatableRequestBody
            ifeq 42
        41: .line 356
            aconst_null
            areturn
        42: .line 359
      StackMap locals:
      StackMap stack:
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.priorResponse:()Lokhttp3/Response;
            ifnull 45
        43: .line 360
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.priorResponse:()Lokhttp3/Response;
            invokevirtual okhttp3.Response.code:()I
            sipush 408
            if_icmpne 45
        44: .line 362
            aconst_null
            areturn
        45: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* userResponse */
            iconst_0
            invokevirtual okhttp3.internal.http.RetryAndFollowUpInterceptor.retryAfter:(Lokhttp3/Response;I)I
            ifle 47
        46: .line 366
            aconst_null
            areturn
        47: .line 369
      StackMap locals:
      StackMap stack:
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.request:()Lokhttp3/Request;
            areturn
        48: .line 372
      StackMap locals:
      StackMap stack:
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.priorResponse:()Lokhttp3/Response;
            ifnull 51
        49: .line 373
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.priorResponse:()Lokhttp3/Response;
            invokevirtual okhttp3.Response.code:()I
            sipush 503
            if_icmpne 51
        50: .line 375
            aconst_null
            areturn
        51: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* userResponse */
            ldc 2147483647
            invokevirtual okhttp3.internal.http.RetryAndFollowUpInterceptor.retryAfter:(Lokhttp3/Response;I)I
            ifne 53
        52: .line 380
            aload 1 /* userResponse */
            invokevirtual okhttp3.Response.request:()Lokhttp3/Request;
            areturn
        53: .line 383
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        54: .line 386
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // java.lang.String method
        end local 3 // int responseCode
        end local 2 // okhttp3.Route route
        end local 1 // okhttp3.Response userResponse
        end local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   55     0            this  Lokhttp3/internal/http/RetryAndFollowUpInterceptor;
            0   55     1    userResponse  Lokhttp3/Response;
            0   55     2           route  Lokhttp3/Route;
            2   55     3    responseCode  I
            3   55     4          method  Ljava/lang/String;
            8   11     5   selectedProxy  Ljava/net/Proxy;
           16   38     6        location  Ljava/lang/String;
           18   38     7             url  Lokhttp3/HttpUrl;
           20   38     8      sameScheme  Z
           22   38     9  requestBuilder  Lokhttp3/Request$Builder;
           24   35    10    maintainBody  Z
           30   31    11     requestBody  Lokhttp3/RequestBody;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      userResponse  
      route         

  private int retryAfter(okhttp3.Response, int);
    descriptor: (Lokhttp3/Response;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
        start local 1 // okhttp3.Response userResponse
        start local 2 // int defaultDelay
         0: .line 391
            aload 1 /* userResponse */
            ldc "Retry-After"
            invokevirtual okhttp3.Response.header:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* header */
        start local 3 // java.lang.String header
         1: .line 393
            aload 3 /* header */
            ifnonnull 3
         2: .line 394
            iload 2 /* defaultDelay */
            ireturn
         3: .line 399
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* header */
            ldc "\\d+"
            invokevirtual java.lang.String.matches:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 400
            aload 3 /* header */
            invokestatic java.lang.Integer.valueOf:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         5: .line 403
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            ireturn
        end local 3 // java.lang.String header
        end local 2 // int defaultDelay
        end local 1 // okhttp3.Response userResponse
        end local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lokhttp3/internal/http/RetryAndFollowUpInterceptor;
            0    6     1  userResponse  Lokhttp3/Response;
            0    6     2  defaultDelay  I
            1    6     3        header  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      userResponse  
      defaultDelay  

  private boolean sameConnection(okhttp3.Response, okhttp3.HttpUrl);
    descriptor: (Lokhttp3/Response;Lokhttp3/HttpUrl;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
        start local 1 // okhttp3.Response response
        start local 2 // okhttp3.HttpUrl followUp
         0: .line 411
            aload 1 /* response */
            invokevirtual okhttp3.Response.request:()Lokhttp3/Request;
            invokevirtual okhttp3.Request.url:()Lokhttp3/HttpUrl;
            astore 3 /* url */
        start local 3 // okhttp3.HttpUrl url
         1: .line 412
            aload 3 /* url */
            invokevirtual okhttp3.HttpUrl.host:()Ljava/lang/String;
            aload 2 /* followUp */
            invokevirtual okhttp3.HttpUrl.host:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         2: .line 413
            aload 3 /* url */
            invokevirtual okhttp3.HttpUrl.port:()I
            aload 2 /* followUp */
            invokevirtual okhttp3.HttpUrl.port:()I
            if_icmpne 5
         3: .line 414
            aload 3 /* url */
            invokevirtual okhttp3.HttpUrl.scheme:()Ljava/lang/String;
            aload 2 /* followUp */
            invokevirtual okhttp3.HttpUrl.scheme:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 412
            iconst_1
            ireturn
      StackMap locals: okhttp3.HttpUrl
      StackMap stack:
         5: iconst_0
            ireturn
        end local 3 // okhttp3.HttpUrl url
        end local 2 // okhttp3.HttpUrl followUp
        end local 1 // okhttp3.Response response
        end local 0 // okhttp3.internal.http.RetryAndFollowUpInterceptor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lokhttp3/internal/http/RetryAndFollowUpInterceptor;
            0    6     1  response  Lokhttp3/Response;
            0    6     2  followUp  Lokhttp3/HttpUrl;
            1    6     3       url  Lokhttp3/HttpUrl;
    MethodParameters:
          Name  Flags
      response  
      followUp  
}
SourceFile: "RetryAndFollowUpInterceptor.java"
InnerClasses:
  public final Type = java.net.Proxy$Type of java.net.Proxy
  public abstract Chain = okhttp3.Interceptor$Chain of okhttp3.Interceptor
  public Builder = okhttp3.Request$Builder of okhttp3.Request
  public Builder = okhttp3.Response$Builder of okhttp3.Response