Lol3rrr / http-server

A http-server written in c by myself
MIT License
1 stars 0 forks source link

Dev #30

Closed Lol3rrr closed 4 years ago

Lol3rrr commented 4 years ago

Cleaned up some old code, that was not needed or used anymore.

Added the Binary Tree, as a replacement for a linked list for headers. Although inserting a new Header in small Tree, takes a bit longer, you cant notice it and it becomes quite a lot faster as the Tree grows over time.