Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use HTTP compliant content type syntax.
After decoding, the content_type field of mms_attachment was containing
HTTP compliant media type string but for some reason encoder was expecting
something totally different. I don't see any reason for such assymetry. One
should expect to be able to feed mms_attachment returned by the decoder back
to the encoder without making any modifications.
  • Loading branch information
monich committed Feb 22, 2014
1 parent ea072ec commit 04852da
Show file tree
Hide file tree
Showing 6 changed files with 443 additions and 60 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,6 +6,7 @@ mms-lib/build
mms-lib/test/coverage/full.gcov
mms-lib/test/coverage/mms-lib.gcov
mms-lib/test/coverage/results
mms-lib/test/media_type/build
mms-lib/test/mms_codec/build
mms-lib/test/mms_lib_test.ncb
mms-lib/test/mms_lib_test.opt
Expand Down

0 comments on commit 04852da

Please sign in to comment.