]> git.feebdaed.xyz Git - 0xmirror/civetweb.git/commit
Fix for slow CGI
authordrew-wells <58978640+drew-wells@users.noreply.github.com>
Mon, 22 Apr 2024 14:11:44 +0000 (15:11 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2024 14:11:44 +0000 (15:11 +0100)
commit8a0d7c87fe090b63ce64e8eb13783c917bef3fdb
tree0194a1760aee92f73476b933d1d5211abf1393db
parent88dad2f6ef3857802b2aa09a3a2195d5571935bf
Fix for slow CGI

Don't use fread() to read from CGI scripts because of possible buffering.
src/civetweb.c