You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to find out why other 3xx status codes were not included and why attempts are made to process response with codes like 202 and 206. Also, 203 should probably be rejected for integrity reasons.
In my opinion, processing would be more predictable if the first check was if(status >= 300 && status < 400) and the second was if(status != 200).
Internal tracking: RESDATA-1179
The text was updated successfully, but these errors were encountered: