microsoft/restler-fuzzer

Handle 202 from DELETE requests in the garbage collector

Ouverte

#655 ouverte le 13 oct. 2022

 (0 commentaire) (0 réaction) (1 personne assignée)Python (329 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (2 929 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur