Query
Monday 15 October 2018
2018-10-15 10:53:18 (2 years ago) by Karl Gustav Sterneberg <kg@roxen.com>
- Roxen/server/etc/modules/HTTPClient.pmod (+0/-0)(0 lines)
- Roxen/server/protocols/http.pike (+0/-0)(0 lines)
branch: 6.2
Merge branch 'feature/ARCH-356-increase-performance' into 6.2
* feature/ARCH-356-increase-performance:
protocols/http.pike: Protection against aynchronous self destruction. [ARCH-356]
HTTPClient: Minor facelift on a piece of code. [ARCH-356]
HTTPClient: Removed superfluous code. [ARCH-356]
HTTPClient: Added support for sending data in form a stream. [ARCH-356]
HTTPClient: Added support for reusing sessions. [ARCH-356]
- Roxen/server/etc/modules/HTTPClient.pmod (+0/-0)(0 lines)
- Roxen/server/protocols/http.pike (+0/-0)(0 lines)
branch: devel
Merge branch 'feature/ARCH-356-increase-performance' into devel
* feature/ARCH-356-increase-performance:
protocols/http.pike: Protection against aynchronous self destruction. [ARCH-356]
HTTPClient: Minor facelift on a piece of code. [ARCH-356]
HTTPClient: Removed superfluous code. [ARCH-356]
HTTPClient: Added support for sending data in form a stream. [ARCH-356]
HTTPClient: Added support for reusing sessions. [ARCH-356]
- Roxen/server/etc/modules/HTTPClient.pmod (+75/-2)(77 lines)
branch: feature/ARCH-356-increase-performance
HTTPClient: Added support for sending data in form a stream. [ARCH-356]
- Roxen/server/protocols/http.pike (+10/-0)(10 lines)
branch: feature/ARCH-356-increase-performance
protocols/http.pike: Protection against aynchronous self destruction. [ARCH-356]
...that sometimes caused Internal server error.
- 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 (+3/-7)(10 lines)
branch: feature/ARCH-356-increase-performance
HTTPClient: Removed superfluous code. [ARCH-356]
- Roxen/server/etc/modules/HTTPClient.pmod (+39/-21)(60 lines)
branch: feature/ARCH-356-increase-performance
HTTPClient: Added support for reusing sessions. [ARCH-356]