paulomarquesc / AzureRmStorageTable

MIT License
40 stars 27 forks source link

HttpStatusCode 204 #39

Closed GHRoss closed 5 years ago

GHRoss commented 5 years ago

Hi there,

When updating or adding entities, I always get a 204 response, but everything seems to be updating as expected.

I'm wondering if I'm doing something obviously wrong?

paulomarquesc commented 5 years ago

Hi GHRoss, this is expected, 204 status means server completed request but there is no additional content in the response body.

https://httpstatuses.com/204