httpd: do not decode URL and headers if proxying - send all verbatim
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 16 Apr 2019 10:45:26 +0000 (12:45 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 16 Apr 2019 10:45:26 +0000 (12:45 +0200)
commitc69f648457a552518f92c5a70689bd106f03ec13
tree3ce1ee3bcfb0198fbd1bc442ea0c2b90656e37c9
parentcf695976c7cf169495e749c8a907e47c269e0068
httpd: do not decode URL and headers if proxying - send all verbatim

function                                             old     new   delta
handle_incoming_and_exit                            2566    2385    -181

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/httpd.c