microsoft/restler-fuzzer
Handle 202 from DELETE requests in the garbage collector
Offen
#655 geöffnet am 13.10.2022
enhancementgood first issue
Repository-Metriken
- Stars
- (2.929 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.