8000 Tags · yudelevi/mubeng · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: yudelevi/mubeng

Tags

v0.15.3

Toggle v0.15.3's commit message

Verified

This commit was signed with the committer’s verified signature.
dwisiswant0 Dwi Siswanto
docs: update img figures

Signed-off-by: Dwi Siswanto <git@dw1.io>

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dwisiswant0 Dwi Siswanto
ci(release): fix unknown flag

Signed-off-by: Dwi Siswanto <git@dw1.io>

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: handle `http.ErrServerClosed` when interrupted (mubeng#227)

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump github.com/sourcegraph/conc from 0.2.0 to 0.3.0 (mu…

…beng#187)

Bumps [github.com/sourcegraph/conc](https://github.com/sourcegraph/conc) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/sourcegraph/conc/releases)
- [Commits](sourcegraph/conc@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/sourcegraph/conc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dwisiswant0 Dwi Siswanto
docs: update docker install

v0.13.2

Toggle v0.13.2's commit message

Verified

This commit was signed with the committer’s verified signature.
dwisiswant0 Dwi Siswanto
feat: Add buffer to response body for future processing

This change adds a buffer to the response body, by reading
all data into memory using `io.ReadAll`, in order to allow
future processing on the response body without hitting the
network again. This change also uses `bytes.NewBuffer` to
wrap the buffer & `io.NopCloser` to provide a `Closer`
implementation that does nothing.

This change should fix mubeng#182 & improve the overall reliability
& efficiency of the application, as the response body will now
be available in memory, avoiding potential network errors or
latencies.

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dwisiswant0 Dwi Siswanto
build(docker): bump go version

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dwisiswant0 Dwi Siswanto
fix #166: panic nil dereference for response status code

Co-authored-by: egorsmkv <egorsmkv@users.noreply.github.com>

v0.12.0-dev

Toggle v0.12.0-dev's commit message

Verified

This commit was signed with the committer’s verified signature.
dwisiswant0 Dwi Siswanto
checker: close idle conns of mubeng.Transport

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was signed with the committer’s verified signature.
dwisiswant0 Dwi Siswanto
checker: close idle conns of mubeng.Transport

0