I have found that Qt doesn't support status code 308. I was wondering why that is. I'm also aware that not all subtasks of the "Implement HTTP 2" Qt task are completed. So, if 308 was introduced in HTTP 2, I will beware that doing a custom implementation of 308 in my Qt app might be near-impossible.
I have checked the HTTP 1.1 spec and it seems 308 is absent there.
Am I right in deducing 308 was introduced in HTTP 2?