Re: [twsocket] [PATCH] THttpCli: add support for DELETE requests

2012-02-10 Thread Arno Garrels
Tobias Rapp wrote: > Hi, > > in order to support HTTP DELETE requests [1] in the THttpCli > component I > have made some small additions (see patch below). It would be great > if you could consider including the patch in the upstream version of > ICS. Thanks, however the method name conflicts w

[twsocket] [PATCH] THttpCli: add support for DELETE requests

2012-02-10 Thread Tobias Rapp
Hi, in order to support HTTP DELETE requests [1] in the THttpCli component I have made some small additions (see patch below). It would be great if you could consider including the patch in the upstream version of ICS. Note: I first considered adding the new request type by overloading the compon

Re: [twsocket] Support for HEAD in HTTP server component

2012-02-10 Thread Tobias Rapp
Arno Garrels wrote: > Feb 07, 2012 V7.44 Arno - The HEAD method *MUST NOT* return a message-body in > the response. Do not skip compression on HEAD requests, we > need to send the correct size. Method SendDocument > simplified and added two overloads. AnswerStreamAcceptRange > got an overload too.