On 2010-02-09, ?????? ?????????? <[email protected]> wrote (on misc@):
> As you can see Apache supports resume in both OBSD 4.4 and OBSD 4.5.
> Why it isn't like this in OBSD 4.6?

It's a side-effect of this change, resume still works on 64-bit arch.

---------------------
PatchSet 613
Date: 2009/06/03 00:36:40
Author: pyr
Branch: HEAD
Tag: (none)
Log:
Fix the way apache reports Content-Length by promoting the clength field
of request_rec from long to off_t, which makes it 64bit on i386.
This allows files bigger than 2gig to be correctly served on arches
where long is only 32bits.

Warning: this introduces an ABI break, and hence some third party
apache modules will need to be rebuilt to correctly link to this new
apache.

ok miod@, deraadt@

Members:
        src/include/http_protocol.h:1.11->1.12
        src/include/httpd.h:1.28->1.29
        src/main/http_protocol.c:1.34->1.35
---------------------

Reply via email to