]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: fcgi: Add code related to FCGI protocol
authorChristopher Faulet <cfaulet@haproxy.com>
Sun, 11 Aug 2019 21:08:53 +0000 (23:08 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Sep 2019 08:18:54 +0000 (10:18 +0200)
commit63bbf284a131de362ad5b60d64ff3b1eff830553
tree11f7798b2839d67bd31afc4683c73d2f9fe5f784
parent86d144c74be52d0f0b3dd99713c0fee2383a9a9b
MINOR: fcgi: Add code related to FCGI protocol

This code is independant and is only responsible to encode and decode part of
the FCGI protocol.
Makefile
include/common/fcgi.h [new file with mode: 0644]
src/fcgi.c [new file with mode: 0644]