Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Process transactions serially. #95

Merged
merged 2 commits into from
Mar 2, 2015

Conversation

erikjohnston
Copy link
Member

Since the events received in a transaction are ordered, later events
might depend on earlier events and so we shouldn't blindly process them
in parellel.

Since the events received in a transaction are ordered, later events
might depend on earlier events and so we shouldn't blindly process them
in parellel.
@NegativeMjark
Copy link
Contributor

LGTM

erikjohnston added a commit that referenced this pull request Mar 2, 2015
@erikjohnston erikjohnston merged commit 210d3c5 into develop Mar 2, 2015
@erikjohnston erikjohnston deleted the serialize_transaction_processing branch April 27, 2015 14:14
babolivier pushed a commit that referenced this pull request Sep 1, 2021
…ne (#95)

* Allow providing credentials to HTTPS_PROXY (#9657)

Addresses matrix-org/synapse-dinsic#70

This PR causes `ProxyAgent` to attempt to extract credentials from an `HTTPS_PROXY` env var. If credentials are found, a `Proxy-Authorization` header ([details](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Proxy-Authorization)) is sent to the proxy server to authenticate against it. The headers are *not* passed to the remote server.

Also added some type hints.

* lint
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants