鏡像自
https://github.com/therootcompany/request.js
synced 2025-06-30 20:06:33 +00:00
v1.1.5: fix default to using Content-Length for posts
This commit is contained in:
父節點
d5af2ae5fe
當前提交
e5bad96279
2
index.js
2
index.js
@ -172,7 +172,7 @@ function setDefaults(defs) {
|
|||||||
if (_body) {
|
if (_body) {
|
||||||
// Most APIs expect (or require) Content-Length except in the case of multipart uploads
|
// Most APIs expect (or require) Content-Length except in the case of multipart uploads
|
||||||
// chunked is generally only well-supported downstream
|
// chunked is generally only well-supported downstream
|
||||||
//finalOpts.headers['Content-Length'] = _body.byteLength || _body.length;
|
finalOpts.headers['Content-Length'] = _body.byteLength || _body.length;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO support unix sockets
|
// TODO support unix sockets
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@coolaj86/urequest",
|
"name": "@coolaj86/urequest",
|
||||||
"version": "1.1.4",
|
"version": "1.1.5",
|
||||||
"description": "A lightweight drop-in replacement for request",
|
"description": "A lightweight drop-in replacement for request",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
載入中…
x
新增問題並參考
Block a user