birdofpreyru / react-native-static-server

Embedded HTTP server for React Native
https://dr.pogodin.studio/docs/react-native-static-server
Other
142 stars 22 forks source link

HTTP/2 support post Lighttpd v1.4.70 (probably, HTTP/2 is not working in v0.7.11 of the library) #43

Closed birdofpreyru closed 1 year ago

birdofpreyru commented 1 year ago

HTTP/2 support will be moved into an optional separate module (mod_h2) post Lighttpd v1.4.70.

BEWARE: Probably HTTP/2 is not working in the v0.7.11 of this library — at least I saw log messages about not being able to find corresponding Lighttpd module in a project of mine, but as it was not a breaking issue for me, I have not investigated in details. Anyway; it will be enabled in the next release.