Commit 9b8035d6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

When my old math teacher made this kind of mistake and we

caught it, he would always say "Just checking if you were
paying attention".

I guess Erik Inge Bolsø was :-)
parent 89556f3d
......@@ -654,7 +654,7 @@ cnt_fetch(struct sess *sp)
* Space for producing a Content-Length: header including padding
* A billion gigabytes is enough for anybody.
*/
l += strlen("Content-Encoding: XxxXxxXxxXxxXxxXxx" + sizeof(void *));
l += strlen("Content-Length: XxxXxxXxxXxxXxxXxx" + sizeof(void *));
if (sp->wrk->ttl < sp->t_req + params->shortlived ||
sp->objcore == NULL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment