Skip to content

Conversation

@seanmonstar
Copy link
Member

BREAKING CHANGE: Any custom Connectors will need to change to &self in
the connect method. Any Connectors that needed the mutablity need to
figure out a synchronization strategy.

Request::with_connector() takes a &NetworkConnector instead of &mut.
Any uses of with_connector will need to change to passing &C.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.45% when pulling 5f40dab on demut-connector into 38f40c7 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.45% when pulling 5f40dab on demut-connector into 38f40c7 on master.

BREAKING CHANGE: Any custom Connectors will need to change to &self in
  the connect method. Any Connectors that needed the mutablity need to
  figure out a synchronization strategy.

  Request::with_connector() takes a &NetworkConnector instead of &mut.
  Any uses of with_connector will need to change to passing &C.
seanmonstar added a commit that referenced this pull request May 10, 2015
feat(net): remove mut requirement for NetworkConnector.connect()
@seanmonstar seanmonstar merged commit c3eb828 into master May 10, 2015
@seanmonstar seanmonstar deleted the demut-connector branch May 10, 2015 06:15
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.

3 participants