mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:23:32 +03:00
HTTP "auth done right". See lib/README.httpauth
This commit is contained in:
parent
50eafb7668
commit
3e1caa6185
33 changed files with 564 additions and 144 deletions
|
|
@ -15,12 +15,6 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* Define to set number of kilobytes in initial POST message. On VMS systems
|
||||
this is important as the default is 100 and the maximum amount of data
|
||||
transferable in a VMS $QIO is 64K. All VMS versions prior to Alpha/I64
|
||||
V8.2 and TCP/IP V5.5 are affected by this. */
|
||||
#define MAX_INITIAL_POST_SIZE (60*1024)
|
||||
|
||||
/* Define if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
|
|
|
|||
|
|
@ -15,12 +15,6 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* Define to set the number of kilobytes per POST message. On VMS systems
|
||||
this is important as the default is 100 and the maximum amount of data
|
||||
transferable in a VMS QIO is 64K. All VMS versions prior to Alpha/I64 V8.2
|
||||
and TCP/IP V5.5 are affected by this. */
|
||||
#define MAX_INITIAL_POST_SIZE (60*1024)
|
||||
|
||||
/* Define if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue