Skip to content

Commit 7b9d56a

Browse files
kkarbowiakbmoffatt
andauthored
Fix response code value (#148)
Co-authored-by: Bryan Moffatt <[email protected]>
1 parent d56f243 commit 7b9d56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/aws/http/response.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ enum class response_code {
116116
GATEWAY_TIMEOUT = 504,
117117
HTTP_VERSION_NOT_SUPPORTED = 505,
118118
VARIANT_ALSO_NEGOTIATES = 506,
119-
INSUFFICIENT_STORAGE = 506,
119+
INSUFFICIENT_STORAGE = 507,
120120
LOOP_DETECTED = 508,
121121
BANDWIDTH_LIMIT_EXCEEDED = 509,
122122
NOT_EXTENDED = 510,

0 commit comments

Comments
 (0)