HTTP parser, plus wat kleine fixes. Erik, ik heb comments voor je achtergelaten in de vorm '//ERIK: tekst'. Enjoy.

This commit is contained in:
Thulinma 2011-01-24 01:41:01 +01:00
parent 2f45b6113c
commit 0d974a7df8
4 changed files with 276 additions and 21 deletions

View file

@ -45,7 +45,6 @@ void parseChunk(){
//6 = pingrequest, 4 bytes data
//7 = pingresponse, 4 bytes data
//we don't need to process this
SendCTL(3, rec_cnt);//send ack (msg 3)
} break;
case 5://window size of other end
#if DEBUG >= 4