Skip to content

Instantly share code, notes, and snippets.

@TvdW
Created May 28, 2019 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save TvdW/37f7e01bf7b3b8763557d0a1c204379f to your computer and use it in GitHub Desktop.
Save TvdW/37f7e01bf7b3b8763557d0a1c204379f to your computer and use it in GitHub Desktop.
* STATE: INIT => CONNECT handle 0x25b46a8; line 1346 (connection #-5000)
* Added connection 0. The cache now contains 1 members
* Trying 127.0.0.1:81...
* TCP_NODELAY set
* STATE: CONNECT => WAITCONNECT handle 0x25b46a8; line 1402 (connection #0)
* Connected to 127.0.0.1 (127.0.0.1) port 81 (#0)
* STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x25b46a8; line 1522 (connection #0)
* Marked for [keep alive]: HTTP default
* STATE: SENDPROTOCONNECT => DO handle 0x25b46a8; line 1540 (connection #0)
* HTTP/2 over clean TCP
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x25b46a8)
> GET / HTTP/2
Host: 127.0.0.1:81
Accept: */*
* STATE: DO => DO_DONE handle 0x25b46a8; line 1611 (connection #0)
* multi changed, check CONNECT_PEND queue!
* STATE: DO_DONE => PERFORM handle 0x25b46a8; line 1733 (connection #0)
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
* multi changed, check CONNECT_PEND queue!
* STATE: INIT => CONNECT handle 0x25b9fc8; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Added connection 1. The cache now contains 2 members
* Trying 127.0.0.1:80...
* TCP_NODELAY set
* STATE: CONNECT => WAITCONNECT handle 0x25b9fc8; line 1402 (connection #1)
* Connected to 127.0.0.1 (127.0.0.1) port 80 (#1)
* STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x25b9fc8; line 1522 (connection #1)
* Marked for [keep alive]: HTTP default
* STATE: SENDPROTOCONNECT => DO handle 0x25b9fc8; line 1540 (connection #1)
> GET / HTTP/1.1
Host: 127.0.0.1
Accept: */*
* STATE: DO => DO_DONE handle 0x25b9fc8; line 1611 (connection #1)
* STATE: DO_DONE => PERFORM handle 0x25b9fc8; line 1733 (connection #1)
* STATE: INIT => CONNECT handle 0x25bf8e8; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Multiplexed connection found!
* Found connection 0, with 1 requests on it
* Re-using existing connection! (#0) with host 127.0.0.1
* STATE: CONNECT => DO handle 0x25bf8e8; line 1395 (connection #0)
* Using Stream ID: 3 (easy handle 0x25bf8e8)
> GET / HTTP/2
Host: 127.0.0.1:81
Accept: */*
* STATE: DO => DO_DONE handle 0x25bf8e8; line 1611 (connection #0)
* STATE: DO_DONE => PERFORM handle 0x25bf8e8; line 1733 (connection #0)
* STATE: INIT => CONNECT handle 0x25c5208; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Multiplexed connection found!
* Found connection 1, with 1 requests on it
* Re-using existing connection! (#1) with host 127.0.0.1
* STATE: CONNECT => DO handle 0x25c5208; line 1395 (connection #1)
> GET / HTTP/1.1
Host: 127.0.0.1
Accept: */*
* STATE: DO => DO_DONE handle 0x25c5208; line 1611 (connection #1)
* STATE: DO_DONE => PERFORM handle 0x25c5208; line 1733 (connection #1)
* Mark bundle as not supporting multiuse
* HTTP 1.1 or later with persistent connection
< HTTP/1.1 403 Forbidden
< Server: nginx
< Date: Tue, 28 May 2019 12:32:17 GMT
< Content-Type: text/html
< Content-Length: 162
< Connection: keep-alive
<
* STATE: PERFORM => DONE handle 0x25c5208; line 1923 (connection #1)
* multi_done
* Connection still in use 1, no more multi_done now!
* Expire cleared (transfer 0x25c5208)
* STATE: INIT => CONNECT handle 0x25cab28; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [serially]
* Can not multiplex, even if we wanted to!
* Added connection 2. The cache now contains 3 members
* Hostname 127.0.0.1 was found in DNS cache
* Trying 127.0.0.1:81...
* TCP_NODELAY set
* STATE: CONNECT => WAITCONNECT handle 0x25cab28; line 1402 (connection #2)
* Connected to 127.0.0.1 (127.0.0.1) port 81 (#2)
* STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x25cab28; line 1522 (connection #2)
* Marked for [keep alive]: HTTP default
* STATE: SENDPROTOCONNECT => DO handle 0x25cab28; line 1540 (connection #2)
* HTTP/2 over clean TCP
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x25cab28)
> GET / HTTP/2
Host: 127.0.0.1:81
Accept: */*
* STATE: DO => DO_DONE handle 0x25cab28; line 1611 (connection #2)
* multi changed, check CONNECT_PEND queue!
* STATE: DO_DONE => PERFORM handle 0x25cab28; line 1733 (connection #2)
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
* multi changed, check CONNECT_PEND queue!
* HTTP/2 found, allow multiplexing
< HTTP/2 403
< server: nginx
< date: Tue, 28 May 2019 12:32:17 GMT
< content-type: text/html
< content-length: 162
<
* nread <= 0, server closed connection, bailing
* STATE: PERFORM => DONE handle 0x25cab28; line 1923 (connection #2)
* multi_done
* Connection #2 to host 127.0.0.1 left intact
* Expire cleared (transfer 0x25cab28)
* STATE: INIT => CONNECT handle 0x25d0448; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Multiplexed connection found!
* Found connection 1, with 1 requests on it
* Re-using existing connection! (#1) with host 127.0.0.1
* STATE: CONNECT => DO handle 0x25d0448; line 1395 (connection #1)
> GET / HTTP/1.1
Host: 127.0.0.1
Accept: */*
* STATE: DO => DO_DONE handle 0x25d0448; line 1611 (connection #1)
* STATE: DO_DONE => PERFORM handle 0x25d0448; line 1733 (connection #1)
* Mark bundle as not supporting multiuse
* HTTP 1.1 or later with persistent connection
< HTTP/1.1 403 Forbidden
< Server: nginx
< Date: Tue, 28 May 2019 12:32:17 GMT
< Content-Type: text/html
< Content-Length: 162
< Connection: keep-alive
<
* STATE: PERFORM => DONE handle 0x25d0448; line 1923 (connection #1)
* multi_done
* Connection still in use 1, no more multi_done now!
* Expire cleared (transfer 0x25d0448)
* STATE: INIT => CONNECT handle 0x25d5d68; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [serially]
* Can not multiplex, even if we wanted to!
* Re-using existing connection! (#2) with host 127.0.0.1
* Connected to 127.0.0.1 (127.0.0.1) port 81 (#2)
* STATE: CONNECT => DO handle 0x25d5d68; line 1395 (connection #2)
* Using Stream ID: 3 (easy handle 0x25d5d68)
> GET / HTTP/2
Host: 127.0.0.1:81
Accept: */*
* STATE: DO => DO_DONE handle 0x25d5d68; line 1611 (connection #2)
* STATE: DO_DONE => PERFORM handle 0x25d5d68; line 1733 (connection #2)
* STATE: INIT => CONNECT handle 0x25db688; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [serially]
* Can not multiplex, even if we wanted to!
* Added connection 3. The cache now contains 4 members
* Hostname 127.0.0.1 was found in DNS cache
* Trying 127.0.0.1:80...
* TCP_NODELAY set
* STATE: CONNECT => WAITCONNECT handle 0x25db688; line 1402 (connection #3)
* Connected to 127.0.0.1 (127.0.0.1) port 80 (#3)
* STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x25db688; line 1522 (connection #3)
* Marked for [keep alive]: HTTP default
* STATE: SENDPROTOCONNECT => DO handle 0x25db688; line 1540 (connection #3)
> GET / HTTP/1.1
Host: 127.0.0.1
Accept: */*
* STATE: DO => DO_DONE handle 0x25db688; line 1611 (connection #3)
* STATE: DO_DONE => PERFORM handle 0x25db688; line 1733 (connection #3)
* STATE: INIT => CONNECT handle 0x25e0fa8; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [serially]
* Can not multiplex, even if we wanted to!
* No more connections allowed to host 127.0.0.1: 4
* No connections available.
* STATE: CONNECT => CONNECT_PEND handle 0x25e0fa8; line 1370 (connection #-5000)
* STATE: INIT => CONNECT handle 0x25e68c8; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [serially]
* Can not multiplex, even if we wanted to!
* No more connections allowed to host 127.0.0.1: 4
* No connections available.
* STATE: CONNECT => CONNECT_PEND handle 0x25e68c8; line 1370 (connection #-5000)
* Curl_readwrite: forcibly told to drain data
* HTTP/2 found, allow multiplexing
< HTTP/2 403
< server: nginx
< date: Tue, 28 May 2019 12:32:17 GMT
< content-type: text/html
< content-length: 162
<
* nread <= 0, server closed connection, bailing
* STATE: PERFORM => DONE handle 0x25b46a8; line 1923 (connection #0)
* STATE: CONNECT_PEND => CONNECT handle 0x25e0fa8; line 3023 (connection #-5000)
* multi_done
* STATE: CONNECT_PEND => CONNECT handle 0x25e68c8; line 3023 (connection #-5000)
* Connection still in use 1, no more multi_done now!
* Expire cleared (transfer 0x25b46a8)
* Mark bundle as not supporting multiuse
* HTTP 1.1 or later with persistent connection
< HTTP/1.1 403 Forbidden
< Server: nginx
< Date: Tue, 28 May 2019 12:32:17 GMT
< Content-Type: text/html
< Content-Length: 162
< Connection: keep-alive
<
* STATE: PERFORM => DONE handle 0x25b9fc8; line 1923 (connection #1)
* multi_done
* Connection #1 to host 127.0.0.1 left intact
* Expire cleared (transfer 0x25b9fc8)
* HTTP/2 found, allow multiplexing
< HTTP/2 403
< server: nginx
< date: Tue, 28 May 2019 12:32:17 GMT
< content-type: text/html
< content-length: 162
<
* Mark bundle as not supporting multiuse
* HTTP 1.1 or later with persistent connection
< HTTP/1.1 403 Forbidden
< Server: nginx
< Date: Tue, 28 May 2019 12:32:17 GMT
< Content-Type: text/html
< Content-Length: 162
< Connection: keep-alive
<
* STATE: PERFORM => DONE handle 0x25db688; line 1923 (connection #3)
* multi_done
* Connection #3 to host 127.0.0.1 left intact
* Expire cleared (transfer 0x25db688)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [serially]
* Can not multiplex, even if we wanted to!
* The cache now contains 3 members
* Closing connection 1
* Added connection 4. The cache now contains 4 members
* Hostname 127.0.0.1 was found in DNS cache
* Trying 127.0.0.1:81...
* TCP_NODELAY set
* Transfer was pending, now try another
* STATE: CONNECT => WAITCONNECT handle 0x25e0fa8; line 1402 (connection #4)
* Connected to 127.0.0.1 (127.0.0.1) port 81 (#4)
* STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x25e0fa8; line 1522 (connection #4)
* Marked for [keep alive]: HTTP default
* STATE: SENDPROTOCONNECT => DO handle 0x25e0fa8; line 1540 (connection #4)
* HTTP/2 over clean TCP
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x25e0fa8)
> GET / HTTP/2
Host: 127.0.0.1:81
Accept: */*
* STATE: DO => DO_DONE handle 0x25e0fa8; line 1611 (connection #4)
* multi changed, check CONNECT_PEND queue!
* STATE: DO_DONE => PERFORM handle 0x25e0fa8; line 1733 (connection #4)
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
* multi changed, check CONNECT_PEND queue!
* HTTP/2 found, allow multiplexing
< HTTP/2 403
< server: nginx
< date: Tue, 28 May 2019 12:32:17 GMT
< content-type: text/html
< content-length: 162
<
* nread <= 0, server closed connection, bailing
* STATE: PERFORM => DONE handle 0x25e0fa8; line 1923 (connection #4)
* multi_done
* Connection #4 to host 127.0.0.1 left intact
* Expire cleared (transfer 0x25e0fa8)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Re-using existing connection! (#3) with host 127.0.0.1
* Connected to 127.0.0.1 (127.0.0.1) port 80 (#3)
* Transfer was pending, now try another
* STATE: CONNECT => DO handle 0x25e68c8; line 1395 (connection #3)
> GET / HTTP/1.1
Host: 127.0.0.1
Accept: */*
* STATE: DO => DO_DONE handle 0x25e68c8; line 1611 (connection #3)
* STATE: DO_DONE => PERFORM handle 0x25e68c8; line 1733 (connection #3)
* Mark bundle as not supporting multiuse
* HTTP 1.1 or later with persistent connection
< HTTP/1.1 403 Forbidden
< Server: nginx
< Date: Tue, 28 May 2019 12:32:17 GMT
< Content-Type: text/html
< Content-Length: 162
< Connection: keep-alive
<
* STATE: PERFORM => DONE handle 0x25e68c8; line 1923 (connection #3)
* multi_done
* Connection #3 to host 127.0.0.1 left intact
* Expire cleared (transfer 0x25e68c8)
* HTTP/2 found, allow multiplexing
< HTTP/2 403
< server: nginx
< date: Tue, 28 May 2019 12:32:17 GMT
< content-type: text/html
< content-length: 162
<
* nread <= 0, server closed connection, bailing
* STATE: PERFORM => DONE handle 0x25bf8e8; line 1923 (connection #0)
* multi_done
* Connection #0 to host 127.0.0.1 left intact
* Expire cleared (transfer 0x25bf8e8)
* nread <= 0, server closed connection, bailing
* STATE: PERFORM => DONE handle 0x25d5d68; line 1923 (connection #2)
* multi_done
* Connection #2 to host 127.0.0.1 left intact
* Expire cleared (transfer 0x25d5d68)
* STATE: INIT => CONNECT handle 0x25b46a8; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Re-using existing connection! (#0) with host 127.0.0.1
* Connected to 127.0.0.1 (127.0.0.1) port 81 (#0)
* STATE: CONNECT => DO handle 0x25b46a8; line 1395 (connection #0)
* Using Stream ID: 5 (easy handle 0x25b46a8)
> GET / HTTP/2
Host: 127.0.0.1:81
Accept: */*
* STATE: DO => DO_DONE handle 0x25b46a8; line 1611 (connection #0)
* STATE: DO_DONE => PERFORM handle 0x25b46a8; line 1733 (connection #0)
* STATE: INIT => CONNECT handle 0x25b9dc8; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Re-using existing connection! (#3) with host 127.0.0.1
* Connected to 127.0.0.1 (127.0.0.1) port 80 (#3)
* STATE: CONNECT => DO handle 0x25b9dc8; line 1395 (connection #3)
> GET / HTTP/1.1
Host: 127.0.0.1
Accept: */*
* STATE: DO => DO_DONE handle 0x25b9dc8; line 1611 (connection #3)
* STATE: DO_DONE => PERFORM handle 0x25b9dc8; line 1733 (connection #3)
* STATE: INIT => CONNECT handle 0x25bf4e8; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Multiplexed connection found!
* Found connection 0, with 1 requests on it
* Re-using existing connection! (#0) with host 127.0.0.1
* STATE: CONNECT => DO handle 0x25bf4e8; line 1395 (connection #0)
* Using Stream ID: 7 (easy handle 0x25bf4e8)
> GET / HTTP/2
Host: 127.0.0.1:81
Accept: */*
* STATE: DO => DO_DONE handle 0x25bf4e8; line 1611 (connection #0)
* STATE: DO_DONE => PERFORM handle 0x25bf4e8; line 1733 (connection #0)
* STATE: INIT => CONNECT handle 0x25c4c08; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Multiplexed connection found!
* Found connection 3, with 1 requests on it
* Re-using existing connection! (#3) with host 127.0.0.1
* STATE: CONNECT => DO handle 0x25c4c08; line 1395 (connection #3)
> GET / HTTP/1.1
Host: 127.0.0.1
Accept: */*
* STATE: DO => DO_DONE handle 0x25c4c08; line 1611 (connection #3)
* STATE: DO_DONE => PERFORM handle 0x25c4c08; line 1733 (connection #3)
* STATE: INIT => CONNECT handle 0x25ca328; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Multiplexed connection found!
* Found connection 0, with 2 requests on it
* Re-using existing connection! (#0) with host 127.0.0.1
* STATE: CONNECT => DO handle 0x25ca328; line 1395 (connection #0)
* Using Stream ID: 9 (easy handle 0x25ca328)
> GET / HTTP/2
Host: 127.0.0.1:81
Accept: */*
* STATE: DO => DO_DONE handle 0x25ca328; line 1611 (connection #0)
* STATE: DO_DONE => PERFORM handle 0x25ca328; line 1733 (connection #0)
* STATE: INIT => CONNECT handle 0x25cfa48; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Multiplexed connection found!
* Found connection 3, with 2 requests on it
* Re-using existing connection! (#3) with host 127.0.0.1
* STATE: CONNECT => DO handle 0x25cfa48; line 1395 (connection #3)
> GET / HTTP/1.1
Host: 127.0.0.1
Accept: */*
* STATE: DO => DO_DONE handle 0x25cfa48; line 1611 (connection #3)
* STATE: DO_DONE => PERFORM handle 0x25cfa48; line 1733 (connection #3)
* STATE: INIT => CONNECT handle 0x25d5168; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Multiplexed connection found!
* Found connection 0, with 3 requests on it
* Re-using existing connection! (#0) with host 127.0.0.1
* STATE: CONNECT => DO handle 0x25d5168; line 1395 (connection #0)
* Using Stream ID: b (easy handle 0x25d5168)
> GET / HTTP/2
Host: 127.0.0.1:81
Accept: */*
* STATE: DO => DO_DONE handle 0x25d5168; line 1611 (connection #0)
* STATE: DO_DONE => PERFORM handle 0x25d5168; line 1733 (connection #0)
* STATE: INIT => CONNECT handle 0x25da888; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [can multiplex]
* Multiplexed connection found!
* Found connection 3, with 3 requests on it
* Re-using existing connection! (#3) with host 127.0.0.1
* STATE: CONNECT => DO handle 0x25da888; line 1395 (connection #3)
> GET / HTTP/1.1
Host: 127.0.0.1
Accept: */*
* STATE: DO => DO_DONE handle 0x25da888; line 1611 (connection #3)
* STATE: DO_DONE => PERFORM handle 0x25da888; line 1733 (connection #3)
* Mark bundle as not supporting multiuse
* HTTP 1.1 or later with persistent connection
< HTTP/1.1 403 Forbidden
< Server: nginx
< Date: Tue, 28 May 2019 12:32:17 GMT
< Content-Type: text/html
< Content-Length: 162
< Connection: keep-alive
<
* Excess found in a read: excess = 310, size = 162, maxdownload = 162, bytecount = 0
* STATE: PERFORM => DONE handle 0x25da888; line 1923 (connection #3)
* multi_done
* Connection still in use 3, no more multi_done now!
* Expire cleared (transfer 0x25da888)
* STATE: INIT => CONNECT handle 0x25dffa8; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [serially]
* Can not multiplex, even if we wanted to!
* Re-using existing connection! (#2) with host 127.0.0.1
* Connected to 127.0.0.1 (127.0.0.1) port 81 (#2)
* STATE: CONNECT => DO handle 0x25dffa8; line 1395 (connection #2)
* Using Stream ID: 5 (easy handle 0x25dffa8)
> GET / HTTP/2
Host: 127.0.0.1:81
Accept: */*
* STATE: DO => DO_DONE handle 0x25dffa8; line 1611 (connection #2)
* STATE: DO_DONE => PERFORM handle 0x25dffa8; line 1733 (connection #2)
* STATE: INIT => CONNECT handle 0x25e56c8; line 1346 (connection #-5000)
* Found bundle for host 127.0.0.1: 0x25ed2c8 [serially]
* Can not multiplex, even if we wanted to!
* The cache now contains 3 members
* Closing connection 4
* Added connection 5. The cache now contains 4 members
* Hostname 127.0.0.1 was found in DNS cache
* Trying 127.0.0.1:80...
* TCP_NODELAY set
* STATE: CONNECT => WAITCONNECT handle 0x25e56c8; line 1402 (connection #5)
* Connected to 127.0.0.1 (127.0.0.1) port 80 (#5)
* STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x25e56c8; line 1522 (connection #5)
* Marked for [keep alive]: HTTP default
* STATE: SENDPROTOCONNECT => DO handle 0x25e56c8; line 1540 (connection #5)
> GET / HTTP/1.1
Host: 127.0.0.1
Accept: */*
* STATE: DO => DO_DONE handle 0x25e56c8; line 1611 (connection #5)
* STATE: DO_DONE => PERFORM handle 0x25e56c8; line 1733 (connection #5)
* Curl_readwrite: forcibly told to drain data
* HTTP/2 found, allow multiplexing
< HTTP/2 403
< server: nginx
< date: Tue, 28 May 2019 12:32:17 GMT
< content-type: text/html
< content-length: 162
<
* nread <= 0, server closed connection, bailing
* STATE: PERFORM => DONE handle 0x25b46a8; line 1923 (connection #0)
* multi_done
* Connection still in use 3, no more multi_done now!
* Expire cleared (transfer 0x25b46a8)
* Curl_readwrite: forcibly told to drain data
* HTTP/2 found, allow multiplexing
< HTTP/2 403
< server: nginx
< date: Tue, 28 May 2019 12:32:17 GMT
< content-type: text/html
< content-length: 162
<
* STATE: PERFORM => DONE handle 0x25bf4e8; line 1923 (connection #0)
* multi_done
* Connection still in use 2, no more multi_done now!
* Expire cleared (transfer 0x25bf4e8)
* Curl_readwrite: forcibly told to drain data
* HTTP/2 found, allow multiplexing
< HTTP/2 403
< server: nginx
< date: Tue, 28 May 2019 12:32:17 GMT
< content-type: text/html
< content-length: 162
<
* nread <= 0, server closed connection, bailing
* STATE: PERFORM => DONE handle 0x25ca328; line 1923 (connection #0)
* multi_done
* Connection still in use 1, no more multi_done now!
* Expire cleared (transfer 0x25ca328)
* HTTP/2 found, allow multiplexing
< HTTP/2 403
< server: nginx
< date: Tue, 28 May 2019 12:32:17 GMT
< content-type: text/html
< content-length: 162
<
* Mark bundle as not supporting multiuse
* HTTP 1.1 or later with persistent connection
< HTTP/1.1 403 Forbidden
< Server: nginx
< Date: Tue, 28 May 2019 12:32:17 GMT
< Content-Type: text/html
< Content-Length: 162
< Connection: keep-alive
<
* STATE: PERFORM => DONE handle 0x25e56c8; line 1923 (connection #5)
* multi_done
* Connection #5 to host 127.0.0.1 left intact
* Expire cleared (transfer 0x25e56c8)
* Mark bundle as not supporting multiuse
* HTTP 1.1 or later with persistent connection
< HTTP/1.1 403 Forbidden
< Server: nginx
< Date: Tue, 28 May 2019 12:32:17 GMT
< Content-Type: text/html
< Content-Length: 162
< Connection: keep-alive
<
* Excess found in a read: excess = 310, size = 162, maxdownload = 162, bytecount = 0
* STATE: PERFORM => DONE handle 0x25b9dc8; line 1923 (connection #3)
* multi_done
* Connection still in use 2, no more multi_done now!
* Expire cleared (transfer 0x25b9dc8)
* HTTP/2 found, allow multiplexing
< HTTP/2 403
< server: nginx
< date: Tue, 28 May 2019 12:32:17 GMT
< content-type: text/html
< content-length: 162
<
* nread <= 0, server closed connection, bailing
* STATE: PERFORM => DONE handle 0x25d5168; line 1923 (connection #0)
* multi_done
* Connection #0 to host 127.0.0.1 left intact
* Expire cleared (transfer 0x25d5168)
* nread <= 0, server closed connection, bailing
* STATE: PERFORM => DONE handle 0x25dffa8; line 1923 (connection #2)
* multi_done
* Connection #2 to host 127.0.0.1 left intact
* Expire cleared (transfer 0x25dffa8)
* Operation timed out after 1001 milliseconds with 0 bytes received
* Marked for [closure]: Disconnected with pending data
* multi_done
* Connection still in use 1, no more multi_done now!
* Expire cleared (transfer 0x25c4c08)
* Operation timed out after 1001 milliseconds with 0 bytes received
* multi_done
* Closing connection 3
* The cache now contains 3 members
* Expire cleared (transfer 0x25cfa48)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment