XhrClient doesn't support streaming

This commit is contained in:
Oleg Grenrus 2018-11-08 18:47:54 +02:00
parent 8feda81fcd
commit c95b195eb4
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ instance Exception StreamingNotSupportedException where
instance RunClient ClientM where
runRequest = performRequest
streamingRequest _ = liftIO $ throwIO StreamingNotSupportedException
throwServantError = throwError
instance ClientLike (ClientM a) (ClientM a) where