mirror of
https://github.com/square/okhttp.git
synced 2026-01-14 07:22:20 +03:00
Fix EventListener documentation
This commit is contained in:
@@ -293,7 +293,7 @@ abstract class EventListener {
|
||||
* Will only be invoked for requests having a response body e.g. won't be invoked for a web socket
|
||||
* upgrade.
|
||||
*
|
||||
* This method is always invoked after [requestBodyStart].
|
||||
* This method is always invoked after [responseBodyStart].
|
||||
*/
|
||||
open fun responseBodyEnd(
|
||||
call: Call,
|
||||
|
||||
Reference in New Issue
Block a user