Skip to content

Instantly share code, notes, and snippets.

@xse
Created October 19, 2019 16:46
Show Gist options
  • Save xse/34183f7c9fe196ba7cd6095f1f837ad7 to your computer and use it in GitHub Desktop.
Save xse/34183f7c9fe196ba7cd6095f1f837ad7 to your computer and use it in GitHub Desktop.
xse@krkrkr ~/kcgi (git)-[master] % ./regress/test-fcgi-bigfile :(
* Trying ::1:17123...
* TCP_NODELAY set
* connect to ::1 port 17123 failed: Connection refused
* Trying 127.0.0.1:17123...
* TCP_NODELAY set
* 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
* 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
* Received HTTP/0.9 when not allowed
* Closing connection 0
write: Connection reset by peer
wrappers.c:289: poll: POLLHUP
wrappers.c:289: poll: POLLHUP
wrappers.c:289: poll: POLLHUP
fcgi.c:677: fcgi_waitread: exit request
child.c:2039: FastCGI: worker termination
1 xse@krkrkr ~/kcgi (git)-[master] %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment