tass-belgium / picotcp-modules

Application level modules to run on top of the popular Embedded picoTCP TCP/IP stack
GNU General Public License v2.0
8 stars 11 forks source link

HTTP server: Properly support reading/writing streams #6

Open maximevince opened 8 years ago

maximevince commented 8 years ago

As was done in the HTTP client, check that the HTTP server properly handles reading and writing streams. Make sure that it handles situations where the complete header/fragment/packet cannot be read or written at once. E.g. it needs to wait for an event to be able to resume the read or write operation properly, without dropping any data.