Skip to content

Commit 7458746

Browse files
authored
Update Requester.scala
1 parent 5fb33e2 commit 7458746

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requests/src/requests/Requester.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,7 @@ case class Requester(verb: String, sess: BaseSession) {
262262
*
263263
* @param onHeadersReceived
264264
* the second callback to be called, this provides access to the response's status code, status
265-
* message, headers, and any previous re-direct responses. Returns a boolean, where `false` can
266-
* be used to
265+
* message, headers, and any previous re-direct responses.
267266
*
268267
* @return
269268
* a `Writable` that can be used to write the output data to any destination

0 commit comments

Comments
 (0)