microsoft/restler-fuzzer

Handle 202 from DELETE requests in the garbage collector

Aberta

#655 aberto em 13 de out. de 2022

 (0 comentário) (0 reação) (1 responsável)Python (329 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (2.929 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador