XhrClient doesn't support streaming
This commit is contained in:
parent
8feda81fcd
commit
c95b195eb4
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue