heroku/vegur

Hstub doesn't handle upgrade requests.

archaelus opened this issue · 3 comments

Hstub doesn't handle upgrade requests.

I'm working on a variety of proxying logic (validation still) in the validate-host branch.

It doesn't make use of the cowboy_router and thus makes it impossible to merge in but still use hstub_cc_handler.

I don't think it precludes it - cowboy_handler just requires an env of [{handler, hstub_cc_handler}, {handler_opts, []}] or something.

ferd commented

Upon merging c21a63e, it will have the means to do so.