What | Removed | Added |
---|---|---|
Flags | needinfo? |
> [zypper.log from c#6] > /linux/chrome/rpm/stable/x86_64/repodata/repomd.xml > < content-length: 1356 > > /linux/chrome/rpm/stable/x86_64/media.1/media > < content-length: 1449 > * The requested URL returned error: 404 > * process_pending_input: nghttp2_session_mem_recv() returned -902:The user callback function failed > > /linux/chrome/rpm/stable/x86_64/repodata/repomd.xml.asc > < content-length: 1356 > * Invalid HTTP header field was received: frame type: 1, stream: 5, name: [content-length], value: [833] > * HTTP/2 stream 5 was not closed cleanly: PROTOCOL_ERROR (err 1) > [in my TW container] > /linux/chrome/rpm/stable/x86_64/repodata/repomd.xml > < content-length: 1356 > > /linux/chrome/rpm/stable/x86_64/media.1/media > < content-length: 1449 > * The requested URL returned error: 404 > * process_pending_input: nghttp2_session_mem_recv() returned -902:The user callback function failed > > /linux/chrome/rpm/stable/x86_64/repodata/repomd.xml.asc > < content-length: 1356 > * Invalid HTTP header field was received: frame type: 1, stream: 5, name: [content-length], value: [833] > * HTTP/2 stream 5 was not closed cleanly: PROTOCOL_ERROR (err 1) Looks like with the nghttp2_session_mem_recv error the content-length header are messed up. 833 would be the correct size for repomd.xml.asc. Looks as if we were reading old data from previous streams.