Skip to content

Commit

Permalink
Update roundtripper.go
Browse files Browse the repository at this point in the history
  • Loading branch information
t101804 authored Dec 10, 2022
1 parent 7f24875 commit cea99ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfrt/roundtripper.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func buildAnswerRequest(resp *http.Response) (*http.Request, error) {
if err != nil {
return nil, err
}

fmt.Print(string(b))
js, err := extractJS(string(b), resp.Request.URL.Host)
if err != nil {
return nil, err
Expand Down

0 comments on commit cea99ce

Please sign in to comment.