Skip to content

Some changes

Ole Christian Eidheim requested to merge burner:master into master

Created by: burner

I really like this server. Only fast part in the description was not so true. regex killed it.

I created a handwritten the http parser. (nearly 4x speedup with index.html callback) * You can test this as the parser is a function pointer, see the server_http constructor.

  • Created a vector based callback matcher without regex
  • I changed the default callback to one get and one post callback
  • alot more

Merge request reports