agilord / owl

Dart source code generator for JSON serialization, HTTP APIs and SQL CRUD.
21 stars 7 forks source link

Always call request.send() #2

Closed rinukkusu closed 7 years ago

rinukkusu commented 7 years ago

The request will never be actually invoked, if you don't call send(...) on it - body can be null :)

isoos commented 7 years ago

Thanks! I'll check tomorrow if I have some pending changes I wanted to add and do a patch release.

isoos commented 7 years ago

Released the patch only, I've postponed my pending changes as it will take a bit more time to polish them.