tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

let --client mode supports http/https backend #59

Closed snnn closed 11 years ago

snnn commented 11 years ago

if --client mode supports http/https backend, shrpx will act as a generic proxy without need squid.

tatsuhiro-t commented 11 years ago

I think implementing full http proxy in shrpx is very time consuming. Squid is well established proxy server and lots of configurations.