cs50 / lab50.vsix

Inspired by https://github.com/lostintangent/workspace-layout/
GNU General Public License v3.0
21 stars 5 forks source link

Incorrect HTTP status code when `url` doesn't exist on server #39

Closed dmalan closed 2 years ago

dmalan commented 2 years ago
Screen Shot 2022-09-11 at 2 00 18 PM

(Should be 404 in this case.)

rongxin-liu commented 2 years ago

This is not an HTTP status code, but exit code from curl.

dmalan commented 2 years ago

Possible to show HTTP status code instead? More useful to authors?