Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 652 Bytes

File metadata and controls

16 lines (14 loc) · 652 Bytes

x.x

  • client calls, download files, fetch web pages, interact with RESTful apis
  • segmentation fault is returned when this request comes through GET /favicon.ico HTTP/2.0

0.1

  • serve html
    • receive http requests from client (be sure to assemble the packets)
    • Handle GET requests for resources
  • prevent requests from targetting anything outside of the root folder
  • improve request parsing
  • multithread request packet handling
  • seg fault issue when you spam the reload page button
  • configure port in cli
  • launch in background
  • fix blocking issues that are preventing software to exit