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

This commit is contained in:
Michael Jerris 2014-05-07 12:54:40 -04:00
parent 84886942d2
commit a933882e7e
1 changed files with 0 additions and 2 deletions

View File

@ -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);