mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
Merge branch 'main' into versions/4.0.0
This commit is contained in:
@@ -25,7 +25,7 @@ describe('A RawBodyparser', (): void => {
|
||||
await expect(arrayifyStream(result.data)).resolves.toEqual([]);
|
||||
});
|
||||
|
||||
// https://github.com/solid/community-server/issues/498
|
||||
// https://github.com/CommunitySolidServer/CommunitySolidServer/issues/498
|
||||
it('returns empty output if the content length is 0 and there is no content type.', async(): Promise<void> => {
|
||||
input.request = guardedStreamFrom([ 'data' ]) as HttpRequest;
|
||||
input.request.headers = { 'content-length': '0' };
|
||||
|
||||
Reference in New Issue
Block a user