4

Debugged a self written http(s) reverse proxy for the whole day for nothing. The slowing down seem to be a link to an old server that went down by coincidence i started to work on it. So the browser, kept giving a loading sign. Normally that would mean a bug in the reverse proxy, if you write one on your own.

Fuck.

Comments
  • 2
    Writing test code using libcurl. Had to make it follow redirects to get it to print out anything my webserver was sending. Doh!

    I am not using libcurl, but I want to simulate all the network stuff that I am doing in embedded so I can test out all my c code that processes returned data.
  • 0
    Time to make a reverse reverse proxy
Add Comment