mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-05 08:21:21 +00:00
Revert "Merge pull request #1083 from bitwiseman/issue/754"
This reverts commit837526ce5d, reversing changes made to8b3f50d4d3.
This commit is contained in:
@@ -159,9 +159,6 @@ public class GitHubWireMockRule extends WireMockMultiServerRule {
|
||||
if (server != null) {
|
||||
|
||||
server.snapshotRecord(recordSpec().forTarget(target)
|
||||
// "X-HTTP-Method-Override" is used to send http methods not supported by
|
||||
// HttpURLConnection without using hacky Java reflection techniques
|
||||
.captureHeader("X-HTTP-Method-Override")
|
||||
// "If-None-Match" header used for ETag matching for caching connections
|
||||
.captureHeader("If-None-Match")
|
||||
// "If-Modified-Since" header used for ETag matching for caching connections
|
||||
|
||||
Reference in New Issue
Block a user