Add FIXME

This commit is contained in:
2021-01-17 18:10:50 +01:00
parent 96567909db
commit 53fcceeafb

View File

@ -209,6 +209,7 @@ int fastcgi_php_error(const char *msg, int msg_len, char *err_msg) {
char *ptr1 = NULL; char *ptr1 = NULL;
int len; int len;
int err = 0; int err = 0;
// FIXME *msg is part of a stream, handle fragmented lines
while (1) { while (1) {
int msg_type = 0; int msg_type = 0;
int msg_pre_len = 0; int msg_pre_len = 0;