should the 'point' parameter in the bucket split (shared/notimpl/ & simple)
be a 'apr_off_t' or a 'apr_size_t' ?

This seems to be the only warning generated from the Win2k build

http_protocol.c
c:\src\apache\httpd-2.0\modules\http\http_protocol.c(678) : warning C4244: 'function' : conversion from '__int64 ' to 'unsigned int ', possible loss of data


the offending parameter is 'readbytes'

apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, ap_input_mode_t mode, apr_off_t *readbytes)


..Ian



Reply via email to