Yoshiyuki Taniguchi

Results 12 comments of Yoshiyuki Taniguchi

Hi, @robertmclaws , @Tiberriver256 Thank you response:) I'm happy to discuss this issue. > Based on how the specification works, you can't have a POST or a PUT that has...

I tried exporting wasi-wasm function by using ILCompiler.LLVM. And it worked. https://github.com/iwate/learn-wasm-with-dotnet/tree/main/challenge09/wasilib

@maltadavi thank you nice advice comment. @dbonabalaya This lib has tow `SendAsync` method, one return single result and the other return multiple result. You can get multiple result when pass...

Hi, @paulbrinson Would you tell me what context url do you want to request? http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_ContextURL I think the case patch which need to replace list of objects is `{context-url}#{entity}/{property-path}{select-list}` ....

@troygNZ Thankyou for your bug report. But I cannot figure it out the cause. I need more detail. Would you paste the response full body?

memo: the error messages here. https://github.com/aspnet/AspNetWebStack/blob/ba26cfbfbf958d548e4c0a96e853250f13450dc6/src/System.Net.Http.Formatting/Properties/Resources.resx#L156-L158 and use in https://github.com/aspnet/AspNetWebStack/blob/ba26cfbfbf958d548e4c0a96e853250f13450dc6/src/System.Net.Http.Formatting/HttpContentMessageExtensions.cs#L398-L401

ParseState.Invalid from InternetMessageFormatHeaderParser. https://github.com/aspnet/AspNetWebStack/blob/ba26cfbfbf958d548e4c0a96e853250f13450dc6/src/System.Net.Http.Formatting/Formatting/Parsers/InternetMessageFormatHeaderParser.cs#L166 https://github.com/aspnet/AspNetWebStack/blob/ba26cfbfbf958d548e4c0a96e853250f13450dc6/src/System.Net.Http.Formatting/Formatting/Parsers/InternetMessageFormatHeaderParser.cs#L235

@troygNZ Could you check line break code of the response? It need to be CRLF(0x0d0x0a)