Brandon

Results 10 comments of Brandon

oh wait, i think your suggestion had the protocol backwards. let me fix that and test.

Fixed & tested. Here's where it's referenced in the [spec](https://http2.github.io/http2-spec/#versioning).

Hi, Thanks for the PR. I will look at this in the next week or so.

Yes. There are quite a few changes in the way that fody packages work now so it was more work expected. I do plan to update though.

Ah yes. This is a problem for reference types. For value types i wrap the value in a container class I think (it's been a while since I wrote this)....

That's odd. Nothing changed related to signing. Here's the diff for 7.2.1 -> 7.2.2 https://github.com/bcuff/elasticsearch-net-aws/commit/1c71ad16e7aacddb43903cfae87197d45c624473

Did the endpoint change? There's another [reported issue](https://github.com/bcuff/elasticsearch-net-aws/issues/72) related to the URL changing due to the open search service domain changing. If it's not that, it could be .NET Framework....

Definitely strange. Maybe it was the target framework change from 461 to 481? https://github.com/bcuff/elasticsearch-net-aws/commit/1c71ad16e7aacddb43903cfae87197d45c624473#diff-3625fd895652561b68373f0741d92727c2e6b1cc8302e8e4cda724e71e7d2536L4 That line is the only thing that changed in the released package. The rest of the...

It sounds like you're raising an issue with search functionality. This library is only an add-on to Elasticsearch.Net that enables one to sign requests for AWS Elasticsearch service. Perhaps you...

Hey Kelly thanks for raising the issue. Any chance you can share your fork? No big deal if not. I have enough to go on but I might not get...