Skip to content

Generate ETag similar to Nginx and BusyBox HTTPD

Sergey Ponomarev requested to merge stokito/uhttpd:nginx_etag into master

Different web servers generates different ETag header and this creates a problem for load balancing between them.

This is small change but important for me: I have a router (uhttpd) with small version of my blog and full version with images runned on my PC (Nginx). If PC is turned off then requests are processed only by uhttpd. To avoid re-downloading I need to make them both generating similar ETag.

Merge request reports