Handle 308 HTTP code for redirect#207
Conversation
|
+1 LGTM |
|
This status code comes from https://datatracker.ietf.org/doc/rfc7538/?include_text=1 Unfortunately Google and others have also been using it for "Resume Incomplete", but I'll take RFC over some proposal that is non-RFC. |
|
This ticket[1] was compelling on the fact that google is supportive of the 308 rfc and it doesn't break any of their services. |
|
Perfect. So if the above issues get fixed, I'll pull this in :-) |
|
I guess we can merge, so :) |
|
@sileht There are a couple of typo's to still clear up. |
6ef4f49 to
e3f182d
Compare
|
I have fixed the typos |
|
You've removed a whole bunch of Please run |
e3f182d to
c5af3cb
Compare
|
Sorry I push the wrong branch, this PL is just about 308. |
This change handles 308 http code for permanent redirect
c5af3cb to
47881a4
Compare
Hi,
This change handles 308 http code for permanent redirect
Cheers,