diff options
Diffstat (limited to 'lib/request.h')
-rw-r--r-- | lib/request.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/request.h b/lib/request.h index 74d9f5343..bce34de8b 100644 --- a/lib/request.h +++ b/lib/request.h @@ -123,7 +123,6 @@ struct SingleRequest { BIT(ignore_cl); /* ignore content-length */ BIT(upload_chunky); /* set TRUE if we are doing chunked transfer-encoding on upload */ - BIT(getheader); /* TRUE if header parsing is wanted */ BIT(no_body); /* the response has no body */ BIT(authneg); /* TRUE when the auth phase has started, which means that we are creating a request with an auth header, |