* buckets/chunk_buckets.c
  (create_chunk): Avoid unneeded work. The aggregate bucket will immediately
    set the same config when the chunk is added.


git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1720656 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/buckets/chunk_buckets.c b/buckets/chunk_buckets.c
index 4d1f019..00e3df2 100644
--- a/buckets/chunk_buckets.c
+++ b/buckets/chunk_buckets.c
@@ -108,7 +108,6 @@
          */
         simple_bkt = serf_bucket_simple_copy_create(ctx->chunk_hdr, chunk_len,
                                                     bucket->allocator);
-        serf_bucket_set_config(simple_bkt, ctx->config);
         serf_bucket_aggregate_append(ctx->chunk, simple_bkt);
 
         /* Insert the chunk footer. */