saladuit / BuzingaServ

This project is about writing our own HTTP server.
MIT License
2 stars 0 forks source link

Fixed a lot of const stuff #26

Closed saladuit closed 1 year ago

saladuit commented 1 year ago

Handled all of your comments

  1. Made everything const and the variables and return types that could be made a reference to a reference
  2. Also rerouted all warnings, errors, and fatalities to cerr.
  3. Furthermore fixed some minor bugs