Skip to content

Releases: KhjTechResearch/KWebServer

Release v1.4--bug fixes

01 Jan 14:23
Compare
Choose a tag to compare

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

14 Nov 07:11
Compare
Choose a tag to compare

The release file is in sourcecode/Release.

Added:

  1. Windows message(experienmental,recommand) and TVP Event(buggy) versions of release.
  2. instanceof and isvalid operator supported.
  3. using UTF-8 encode in response to avoid Codepage problem.

Removed:

  1. SendFileEx function because it is not effective.

Fixed:

  1. A reason of crashes when incoming request.
  2. Optimized memory management.

UnFixed:

  1. Some incoming request would somehow cause problem,but less frequent
  2. 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

08 Nov 09:00
448b489
Compare
Choose a tag to compare
Update README.md

initial release

06 Nov 14:55
Compare
Choose a tag to compare
v1.0

localize