mafintosh / turbo-http

Blazing fast low level http server
MIT License
1k stars 47 forks source link

Bug fix in getHeader. Case insensitive getHeader #8

Closed santoshrajan closed 6 years ago

santoshrajan commented 6 years ago
  1. getHeader did not have 'return'
  2. Made it case insensitive
mafintosh commented 6 years ago

nice catch