Commit 9d54688
authored
Fixed StreamableHttpClientSessionTransport.cs for netstandard
Fixed exception 'The format of value 'application/json; charset=utf-8' is invalid
"application/json; charset=utf-8" is an invalid header. the correct one is "application/json".1 parent 4411f1c commit 9d54688
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
0 commit comments