Commit 6d28f92f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Transfer-Encoding: needs 17 bytes passed, not 18

parent 01387f42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -609,7 +609,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
            char *start;

            /* Find the first non-space letter */
            for(start=k->p+18;
            for(start=k->p+17;
                *start && isspace((int)*start);
                start++);