Query
Thursday 11 October 2018
2018-10-11 15:27:50 (2 years ago) by Karl Gustav Sterneberg <kg@roxen.com>
- Roxen/server/protocols/http.pike (+10/-0)(10 lines)
branch: feature/ARCH-356-increase-performance
protocols/http.pike: Protection against aynchronous self destruction (that sometimes caused Internal server error). [ARCH-356]
- Roxen/server/etc/modules/HTTPClient.pmod (+3/-7)(10 lines)
branch: feature/ARCH-356-increase-performance
HTTPClient: Removed superfluous code. [ARCH-356]
- Roxen/server/etc/modules/HTTPClient.pmod (+32/-33)(65 lines)
branch: feature/ARCH-356-increase-performance
HTTPClient: Minor facelift on a piece of code. [ARCH-356]
- Roxen/server/etc/modules/HTTPClient.pmod (+116/-23)(139 lines)
branch: feature/ARCH-356-increase-performance
Added support for sending data in the form of a stream. [ARCH-356]