microsoft/restler-fuzzer
Handle 202 from DELETE requests in the garbage collector
开放
#655 创建于 2022年10月13日
enhancementgood first issue
仓库指标
- 星标
- (2,929 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Description
The garbage collector currently accepts 202 as a deletion success code - it needs to handle 202s in the same way as in the main algorithm and retrieve the status from the Location: header.