Add FIXME
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user