Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for processOneRequest (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt

            openClientSockets.remove(socket.javaNetSocket)
            return
          } else if (protocol !== Protocol.HTTP_1_1) {
            throw AssertionError()
          }
    
          while (processOneRequest(socket)) {
          }
    
          if (nextExchangeIndex == 0) {
            logger.warning(
              "${this@MockWebServer} connection from ${raw.inetAddress} didn't make a request",
            )
          }
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 40.3K bytes
    - Click Count (0)
Back to Top