ERP-Ukraine / odoo-rpc-dart

Odoo RPC Library for Dart
MIT License
43 stars 32 forks source link

add Keep-Alive to the header of http #38

Closed soufiane0123 closed 1 year ago

soufiane0123 commented 1 year ago

I have the issues of "Connection closed while receiving data", I find in stackoverflow this solution https://stackoverflow.com/a/63068022/19782907

lem8r commented 1 year ago

http.Client already keeps persistent connection. You can pass your own http client and inject headers on the fly if you really need it.

lem8r commented 1 year ago

You changed only one line and already fucked up spacing and mixed single and double quotes. And made two commits. Please, stop it.