Handle missing Content-Type properly #125

Merged
pfm merged 1 commits from 124-missing-ct into main 2023-05-19 20:38:18 +02:00
Collaborator
  • ContentManager sets default Content-Type even if it was missing in the
    original message.

  • Make sure that when Content-Type is missing, copying parameters doesn't
    raise an error.

  • Add a unit-test to check that.

Closes #124.

- ContentManager sets default Content-Type even if it was missing in the original message. - Make sure that when Content-Type is missing, copying parameters doesn't raise an error. - Add a unit-test to check that. Closes #124.
pfm added 1 commit 2023-05-19 20:33:14 +02:00
a30b5e7577 Handle missing Content-Type properly
- ContentManager sets default Content-Type even if it was missing in the
  original message.

- Make sure that when Content-Type is missing, copying parameters doesn't
  raise an error.

- Add a unit-test to check that.
pfm merged commit c8f6743768 into main 2023-05-19 20:38:18 +02:00
pfm deleted branch 124-missing-ct 2023-05-19 20:38:32 +02:00
Sign in to join this conversation.
No description provided.