commit | 724b2c5c53847da9003224c41a5fd85c91f9510a | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Tue Jan 13 18:58:23 2015 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Tue Jan 13 18:58:23 2015 +0300 |
tree | 30f25664294706f615dc15d52824bf1c95f651f6 | |
parent | ab22bcb45785a7e98491c9ed577be5552abdbb07 [diff] |
Fixed sendfile() trailers on OS X (8e903522c17a, 1.7.8). The trailer.count variable was not initialized if there was a header, resulting in "sendfile() failed (22: Invalid argument)" alerts on OS X if the "sendfile" directive was used. The bug was introduced in 8e903522c17a (1.7.8).