1
0
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:
Amir Livneh
2019-10-18 12:52:00 -04:00
parent 59f7ebc2f9
commit 686df55eed

View File

@@ -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,