~ubuntu-branches/ubuntu/trusty/serf/trusty-proposed

« back to all changes in this revision

Viewing changes to buckets/limit_buckets.c

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2013-12-31 13:17:16 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20131231131716-z7lpavv1il3sxb7g
Tags: upstream-1.3.3
ImportĀ upstreamĀ versionĀ 1.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#include "serf.h"
19
19
#include "serf_bucket_util.h"
20
 
 
21
 
/* Older versions of APR do not have this macro.  */
22
 
#ifdef APR_SIZE_MAX
23
 
#define REQUESTED_MAX APR_SIZE_MAX
24
 
#else
25
 
#define REQUESTED_MAX (~((apr_size_t)0))
26
 
#endif
27
 
 
 
20
#include "serf_private.h"
28
21
 
29
22
typedef struct {
30
23
    serf_bucket_t *stream;