microsoft/restler-fuzzer

Handle 202 from DELETE requests in the garbage collector

Offen

#655 geöffnet am 13.10.2022

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (329 Forks)auto 404
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.

Contributor Guide