Commit 749e0581 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

typo.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2952 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 64a39e22
......@@ -113,7 +113,7 @@ fetch_chunked(struct sess *sp, struct http_conn *htc)
if (q == NULL || q == buf || *q != '\n') {
xxxassert(be > bp);
/*
* The sematics we need here is "read until you have
* The semantics we need here is "read until you have
* received at least one character, but feel free to
* return up to (be-bp) if they are available, but do
* not wait for those extra characters.
......
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