Skip to content

Commit e150d35

Browse files
committed
doc: remove uneeded comment. CORS preflight code path moved.
1 parent cd1e62b commit e150d35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/cgi/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,6 @@ def handle_rest(self):
760760

761761
# Use code 400. Codes 401 and 403 imply that authentication
762762
# is needed or authenticated person is not authorized.
763-
# Preflight doesn't do authentication.
764763
output = s2b(
765764
'{ "error": { "status": 400, "msg": "%s" } }' % msg)
766765
self.reject_request(output,

0 commit comments

Comments
 (0)