| ... | @@ -712,7 +712,7 @@ pub const Response = struct { | ... | @@ -712,7 +712,7 @@ pub const Response = struct { |
| 712 | } | 712 | } |
| 713 | } | 713 | } |
| 714 | | 714 | |
| 715 | pub const FinishError = WriteError || error{MessageNotCompleted}; | 715 | pub const FinishError = Connection.WriteError || error{MessageNotCompleted}; |
| 716 | | 716 | |
| 717 | /// Finish the body of a request. This notifies the server that you have no more data to send. | 717 | /// Finish the body of a request. This notifies the server that you have no more data to send. |
| 718 | /// Must be called after `send`. | 718 | /// Must be called after `send`. |