[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] Recursive lock in GIT
From: |
Markus Doppelbauer |
Subject: |
Re: [libmicrohttpd] Recursive lock in GIT |
Date: |
Sun, 21 May 2017 15:30:02 +0200 |
Dear Evgeny,
Maybe because the request-headers contain "Connection: close"?
This is what I could determine with `gdb`:
(gdb) frame 4
(gdb) p *connection->headers_received
GET / HTTP/1.1
Host: server.name
Connection: close
Content-Length: 4
Accept-Encoding: gzip
Accept: */*
Content-Type: application/x-www-form-urlencoded
User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 95)
Cache-Control: no-cache
Thanks a lot
Markus
Am Sonntag, den 21.05.2017, 15:21 +0300 schrieb Evgeny Grin:
Hi Markus,
Thanks for report!
Could you provide more information? Why connection was closed right
after resume?