Programming/Java
HttpURLConnection response code handling
codingnature
2023. 9. 23. 20:18
반응형
SMALL
https://codereview.stackexchange.com/questions/45819/httpurlconnection-response-code-handling
HttpURLConnection response code handling
This snippet from a downloader callable handles HTTP status codes. I need critique on both the style (for or do-while loop better here?) and functionality. Should I manage the delay differently? Do I
codereview.stackexchange.com
반응형
LIST