Created
October 19, 2019 16:46
-
-
Save xse/0e9777a519c1776cdf1bd880833a75b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xse@debian:~/kcgi$ ./regress/test-fcgi-bigfile | |
* Expire in 0 ms for 6 (transfer 0x55c3d9671910) | |
* Expire in 1 ms for 1 (transfer 0x55c3d9671910) | |
* Expire in 0 ms for 1 (transfer 0x55c3d9671910) | |
* Expire in 2 ms for 1 (transfer 0x55c3d9671910) | |
* Expire in 1 ms for 1 (transfer 0x55c3d9671910) | |
* Expire in 1 ms for 1 (transfer 0x55c3d9671910) | |
* Expire in 4 ms for 1 (transfer 0x55c3d9671910) | |
* Expire in 4 ms for 1 (transfer 0x55c3d9671910) | |
* Expire in 4 ms for 1 (transfer 0x55c3d9671910) | |
* Expire in 5 ms for 1 (transfer 0x55c3d9671910) | |
* Trying ::1... | |
* TCP_NODELAY set | |
* Expire in 149991 ms for 3 (transfer 0x55c3d9671910) | |
* Expire in 200 ms for 4 (transfer 0x55c3d9671910) | |
* connect to ::1 port 17123 failed: Connection refused | |
* Trying 127.0.0.1... | |
* TCP_NODELAY set | |
* Expire in 149991 ms for 3 (transfer 0x55c3d9671910) | |
* Connected to localhost (127.0.0.1) port 17123 (#0) | |
> POST / HTTP/1.1 | |
Host: localhost:17123 | |
Accept: */* | |
Content-Length: 1048580 | |
Content-Type: application/x-www-form-urlencoded | |
Expect: 100-continue | |
* Expire in 1000 ms for 0 (transfer 0x55c3d9671910) | |
* Done waiting for 100-continue | |
* We are completely uploaded and fine | |
child.c:1197: RFC violation: REMOTE_ADDR not set | |
child.c:1223: RFC violation: SERVER_PORT not set | |
fcgi.c:677: fcgi_waitread: exit request | |
child.c:2039: FastCGI: worker termination | |
* Closing connection 0 | |
xse@debian:~/kcgi$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment