From: Dean Camera Date: Thu, 18 Feb 2010 02:19:43 +0000 (+0000) Subject: Add uIP-split code to the Webserver project, so that each packet is split in half... X-Git-Tag: LUFA-110528-BETA~592 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/3b6987bca3ef746fd9a5d4baec6d40b65c9b4101?ds=inline;hp=3b6987bca3ef746fd9a5d4baec6d40b65c9b4101 Add uIP-split code to the Webserver project, so that each packet is split in half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory. ---