HTTP parser, plus wat kleine fixes. Erik, ik heb comments voor je achtergelaten in de vorm '//ERIK: tekst'. Enjoy.
This commit is contained in:
parent
2f45b6113c
commit
0d974a7df8
4 changed files with 276 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue