sogaani

Results 22 comments of sogaani

It is interesting. I will look into it.

Regarding to TypeError, I found a nodejs bug and file the issue. https://github.com/nodejs/node/issues/22855

@dougwilson Do you have a list of modules you will investigate to find issue? Maybe I can help you to find the issues by adding http/2 test to modules.

With current commit, I could not reproduce the error @maritz reported. But I figured out 2 possible reasons that caused the error. * First possible reason (The error found with...

@dougwilson ping

I fixed PR installing deps only from npm.

I refered [rfc](https://httpwg.org/specs/rfc7540.html#HttpRequest) and thought `:authority` header seems to have compatibility with `Host` header. And I'm not sure issues. But it's ok. I create this PR for express tests with...

Above comment is my misunderstanding. Your concern is "There is possibility to refer Host header even if http2 request has `:authority` header." right? So, I addressed issue.

I fixed PR installing deps only from npm.

I also want this feature though, I find a workaround like following. ```ts export const supportedLocales = ['ja','en']; export const I18nProvider: React.SFC = ( props: I18nProviderProps ) => { const...