Skip to content

Replace StringBuffers with StringBuilders#291

Merged
dblock merged 1 commit intojava-native-access:masterfrom
ebourg:stringbuilders
Nov 15, 2013
Merged

Replace StringBuffers with StringBuilders#291
dblock merged 1 commit intojava-native-access:masterfrom
ebourg:stringbuilders

Conversation

@ebourg
Copy link
Copy Markdown
Contributor

@ebourg ebourg commented Nov 15, 2013

Here is a trivial patch replacing the private StringBuffers with non synchronized StringBuilders. This doesn't affect the StringBuffers exposed by the public API.

@dblock
Copy link
Copy Markdown
Member

dblock commented Nov 15, 2013

@ebourg I am sure it's a good idea, but could you explain why? Thanks :)

@ebourg
Copy link
Copy Markdown
Contributor Author

ebourg commented Nov 15, 2013

dblock added a commit that referenced this pull request Nov 15, 2013
Replace StringBuffers with StringBuilders
@dblock dblock merged commit e736b45 into java-native-access:master Nov 15, 2013
@dblock
Copy link
Copy Markdown
Member

dblock commented Nov 15, 2013

Merged, thx.

mstyura pushed a commit to mstyura/jna that referenced this pull request Sep 9, 2024
…ive-access#291)


Motivation:

Quiche changed its API to be network path aware and so be able to handle connection migration in the future.

Modifications:

- Adjust code to use the new API

Result:

Be able to use the new network-path aware API of quiche
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants