mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'mk/http-backend-content-length'
The http-backend (used for smart-http transport) used to slurp the whole input until EOF, without paying attention to CONTENT_LENGTH that is supplied in the environment and instead expecting the Web server to close the input stream. This has been fixed. * mk/http-backend-content-length: t5562: avoid non-portable "export FOO=bar" construct http-backend: respect CONTENT_LENGTH for receive-pack http-backend: respect CONTENT_LENGTH as specified by rfc3875 http-backend: cleanup writing to child process
This commit is contained in:
1
config.h
1
config.h
@@ -82,6 +82,7 @@ extern void git_config(config_fn_t fn, void *);
|
||||
extern int config_with_options(config_fn_t fn, void *,
|
||||
struct git_config_source *config_source,
|
||||
const struct config_options *opts);
|
||||
extern int git_parse_ssize_t(const char *, ssize_t *);
|
||||
extern int git_parse_ulong(const char *, unsigned long *);
|
||||
extern int git_parse_maybe_bool(const char *);
|
||||
extern int git_config_int(const char *, const char *);
|
||||
|
||||
Reference in New Issue
Block a user