Releases: KhjTechResearch/KWebServer
Releases · KhjTechResearch/KWebServer
Release v1.4--bug fixes
fixes
Fixed the bug of stopping unexpectedly.
Fixed the bug throwing hardware exception when connection encontered some error.
The release binary is in the Release/ folder.
important
Use the httpserv TVPEvent version(httpserv.dll) instead of the WinEvent Version(httpserv_WinEvent.dll),
because windows messages may lost when firing event,changing to event pool next version...
Release fix v1.3
The release file is in sourcecode/Release.
Added:
- Windows message(experienmental,recommand) and TVP Event(buggy) versions of release.
- instanceof and isvalid operator supported.
- using UTF-8 encode in response to avoid Codepage problem.
Removed:
- SendFileEx function because it is not effective.
Fixed:
- A reason of crashes when incoming request.
- Optimized memory management.
UnFixed:
- Some incoming request would somehow cause problem,but less frequent
- Please manually use send() to ensure Sending speed in normal mode(But not the sendFile mode,sendFile mode would call send automaticly),otherwise the response may be send later.
Release v1.2
Update README.md
initial release
v1.0 localize