birdofpreyru / react-native-static-server

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

Upgrade to Lighttpd v1.4.74 #100

Closed birdofpreyru closed 6 months ago

birdofpreyru commented 6 months ago

Lighttpd v1.4.74, released Feb 19, 2024; changelog — https://www.lighttpd.net/2024/2/19/1.4.74.

birdofpreyru commented 6 months ago

Note for myself: careful about https://github.com/birdofpreyru/lighttpd1.4/blob/ec31534cb9d0eba386c4be2753eda0482263bf0c/src/network_write.c#L17-L54 — merging-in the upstream the outer #ifndef HAVE_SENDFILE_BROKEN is removed, and now only included into the first of these blocks. Double-check is it enough for all systems we support?