microsoft/restler-fuzzer

Handle 202 from DELETE requests in the garbage collector

Open

#655 opened on Oct 13, 2022

 (0 comments) (0 reactions) (1 assignee)Python (329 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (2,929 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide