blob: f6afc3ce29fe14761d3091f19f47fbb3c32e89ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libfastcgi/fastcgi.hpp.orig 2025-11-09 19:03:24 UTC
+++ libfastcgi/fastcgi.hpp
@@ -155,7 +155,7 @@ class FCGIProtocolDriver (private)
reqmap_t reqmap;
std::queue<u_int16_t> new_request_queue;
- std::basic_string<u_int8_t> InputBuffer;
+ std::vector<u_int8_t> InputBuffer;
u_int8_t tmp_buf[64];
};
|