Hello, * Thomas Glanzmann <thomas at glanzmann.de> [2014-01-22 16:15]: > I would like to extend nginx with a CONNECT statement which connects to > a TCP socket. Could someone walk me through which source files I need to > modify and which fucntions I should have a look at? to answer my own question. The websocket implementation. Diff between 1.3.12 and 1.3.13 comes very close to what I'm looking for. Cheers, Thomas