Skip to content

Instantly share code, notes, and snippets.

@xse
Created October 19, 2019 16:46
Show Gist options
  • Select an option

  • Save xse/0e9777a519c1776cdf1bd880833a75b1 to your computer and use it in GitHub Desktop.

Select an option

Save xse/0e9777a519c1776cdf1bd880833a75b1 to your computer and use it in GitHub Desktop.

Revisions

  1. xse created this gist Oct 19, 2019.
    36 changes: 36 additions & 0 deletions libcurl_verbose_debian
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    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$