mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Fix typo
This commit is contained in:
@@ -128,7 +128,7 @@ module.exports = function httpAdapter(config) {
|
|||||||
transport = isHttps ? httpsFollow : httpFollow;
|
transport = isHttps ? httpsFollow : httpFollow;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config.maxContentLength && maxBodyLength > -1) {
|
if (config.maxContentLength && config.maxContentLength > -1) {
|
||||||
options.maxBodyLength = config.maxContentLength;
|
options.maxBodyLength = config.maxContentLength;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user