summaryrefslogtreecommitdiff
path: root/m4/ax_tls.m4
Commit message (Collapse)AuthorAge
* FastCGI: Track request IDs during processingGravatar Benjamin Barenblat2016-11-07
When processing a FastCGI request, save its request ID in thread-local storage and respond with the same request ID (rather than hard-coding 1). This fixes FastCGI on picky web servers (nginx). For more background, see https://github.com/urweb/urweb/issues/57 and ยง3.3 of the FastCGI specification. Tested with nginx 1.10.2 and lighttpd 1.4.39. Closes https://github.com/urweb/urweb/issues/57.