Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ dontTouchContentLength
Method
dontTouchContentLength
src/main/java/core/packetproxy/http/Http.java:310–312 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
308
/* Content-Lengthには触らない */
309
/* HEADのレスポンス等で利用 */
310
public
void
dontTouchContentLength() {
311
this.flag_dont_touch_content_length = true;
312
}
313
314
public
void
disableProxyFormatUrl() {
315
this.flag_disable_proxy_format_url = true;
Callers
1
Http
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected