From 7352ac408b6a7b4a1474f52d845fbba70c9644ae Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 7 Jun 2012 21:57:53 +0200 Subject: Fixes allowing HTTP test cases 1338, 1339, 1368 and 1369 to succeed --- src/tool_sdecls.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tool_sdecls.h') diff --git a/src/tool_sdecls.h b/src/tool_sdecls.h index 7b1297588..da6253604 100644 --- a/src/tool_sdecls.h +++ b/src/tool_sdecls.h @@ -34,6 +34,9 @@ * 'alloc_filename' member is TRUE when string pointed by 'filename' has been * dynamically allocated and 'belongs' to this OutStruct, otherwise FALSE. * + * 'is_cd_filename' member is TRUE when string pointed by 'filename' has been + * set using a server-specified Content-Disposition filename, otherwise FALSE. + * * 's_isreg' member is TRUE when output goes to a regular file, this also * implies that output is 'seekable' and 'appendable' and also that member * 'filename' points to file name's string. For any standard stream member @@ -57,6 +60,7 @@ struct OutStruct { char *filename; bool alloc_filename; + bool is_cd_filename; bool s_isreg; bool fopened; FILE *stream; -- cgit v1.2.1