| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0d390f7 commit 935eac1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -495,12 +495,6 @@ function parserOnIncomingClient(res, shouldKeepAlive) { | |||
| 495 | 495 | var socket = this.socket; | |
| 496 | 496 | var req = socket._httpMessage; | |
| 497 | 497 | ||
| 498 | - // propagate "domain" setting... | ||
| 499 | - if (req.domain && !res.domain) { | ||
| 500 | - debug('setting "res.domain"'); | ||
| 501 | - res.domain = req.domain; | ||
| 502 | - } | ||
| 503 | - | ||
| 504 | 498 | debug('AGENT incoming response!'); | |
| 505 | 499 | ||
| 506 | 500 | if (req.res) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments