提交 a933882e authored 作者: Michael Jerris's avatar Michael Jerris

its logically impossible for this to be null, we are looping through an array on the stack

上级 84886942
......@@ -693,8 +693,6 @@ SCGI_DECLARE(scgi_status_t) scgi_parse(scgi_socket_t sock, scgi_handle_t *handle
while(p < end) {
next_str(p, e);
if (!e) break;
if (!loops++) {
if (!strcasecmp(p, "CONTENT_LENGTH") && e) {
clen = atoi(e);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论