Added GetComputerNameEx support#365
Added GetComputerNameEx support#365dblock merged 2 commits intojava-native-access:masterfrom lgoldstein:get-computer-name-ex
Conversation
|
Very good, update CHANGELOG, please? |
|
What file do you mean ? There are several files named changelog (none in uppercase). Also, isn't the commit log the changelong ? |
|
Done - updated and pushed to the forked branch - how do I re-submit the changes (or is it done automatically) ? |
|
Changes to the branch on which the PR is based are propagated automatically. CHANGES.md is a more concise form for changes than the commit history. You might have dozens of commit changes that implement “add feature X”. Thanks for the contribution. On Sep 4, 2014, at 12:56 AM, Lyor Goldstein [email protected] wrote:
|
|
@twall Thanks for the explanation - I am not used to using pull requests so I was not aware of its cool features. |
Motivation: 07d872f added support for 0-RTT when on the client-side by adding client side session caching. While the implementation worked we missed to add a unit test Modifications: - Add a unit test Result: Test for SSL session re-use on the client-side
As specified in MSDN:GetComputerNameEx