Rename to .cc, fix Makefile bugs, add example_clock
This commit is contained in:
7
fastcgi_parse.cc
Normal file
7
fastcgi_parse.cc
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "fastcgi_parse.h"
|
||||
|
||||
FastCGIHeader::FastCGIHeader(uint8_t type_in, uint16_t request_id, uint16_t content_length)
|
||||
: type(type_in) {
|
||||
SetRequestId(request_id);
|
||||
SetContentLength(content_length);
|
||||
}
|
||||
Reference in New Issue
Block a user