kaazing / gateway

Kaazing Gateway
Apache License 2.0
141 stars 84 forks source link

Applied keepAliveTimeout to all layers properly. No need for HTTPPersistanceFilter for HTTPXE when HTTP is directly over HTTP on the upper HTTP #901

Closed dpwspoon closed 7 years ago

dpwspoon commented 7 years ago

…sistanceFilter for HTTPXE when HTTP is directly over HTTP on the upper HTTP

jitsni commented 7 years ago

Looks like the travis build is broken (don't know whether it is related)

dpwspoon commented 7 years ago

I'm not sure which approach to take, I'm going to think it over. Either way, I'll add a comment and that will restart travis. I'm leaning towards keeping the filter off of HTTPXE and then commenting it out in the options, saying why it isn't needed for HTTPXE

dpwspoon commented 7 years ago

Ping @jitsni I removed the special case of not having the persistence filter in httpxe, this is ready for review