• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ironsmile / nedomi
66%
master: 73%

Build:
Build:
LAST BUILD BRANCH: getContextFromRequest
DEFAULT BRANCH: master
Repo Added 27 Jun 2015 12:36PM UTC
Files 87
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH timeoutConnOptimization
branch: timeoutConnOptimization
CHANGE BRANCH
x
Reset
  • timeoutConnOptimization
  • accesslogSizeFix
  • addLocationInfoInAccessLog
  • addStackToFlexibleResponseWriterError
  • additional_modules
  • advanced-upstreams
  • as-many-tests-as-i-can-think-of
  • bad_fmt
  • benchmarks/lru
  • bugfix/default-upstream-host-headers
  • bugfix/handlersSettingsPointingToSameUnderlyingArray
  • bugfix/ironsmileLoggerLevelSetting
  • bugfix/misc
  • bugfix/mutex-for-storage-headers
  • bugfix/original-host-header-forwarding
  • bugfix/panicsFromTheScheduler
  • bugfix/pidfile-cleanup
  • bugfix/smartReader
  • bugfix/storageLoadHardening
  • bugfix/tooManyOpenFiles
  • bugfix/upstream-with-basic-auth-again
  • cache-related-headers
  • circumventHttpServerTimeoutBeingDeadlineByChangingWhatConn.SetDeadlineDoes
  • cleanup
  • cleanup-3
  • cleanup-4
  • cleanup-redux
  • config
  • configurable-makefile
  • contexts
  • debug_headers
  • disk-refactor
  • disk-restore-test
  • enable_lint
  • enforce_lint
  • errcheck
  • error_vet
  • feature/CompositeError.AppendErrorNilNoop
  • feature/access-log-hostname
  • feature/access-log-hostname-with-unknown-location
  • feature/accesslog
  • feature/cacheKeyBuilding
  • feature/change-log
  • feature/config-parsing-error-messages
  • feature/configurable-default-cache-time
  • feature/consistentStatus
  • feature/dirGetsStrip
  • feature/disk-loading-on-restart
  • feature/expire
  • feature/grace
  • feature/handlerChains
  • feature/handlerConfigurationAndOtherRefactorings
  • feature/headers-rewrite
  • feature/headersRewrite
  • feature/io-tranfer-size
  • feature/io_min_max_settings
  • feature/iterateWithSkipCacheKeyInPath
  • feature/locations
  • feature/logrotate-config
  • feature/mp4Handler
  • feature/optional-http-pprof-address
  • feature/pprofHandler
  • feature/purge
  • feature/purge2.0
  • feature/reimplementThrottle
  • feature/serverStatistics
  • feature/someHandlers
  • feature/statusJSON
  • feature/statusPageSettings
  • feature/statusVersion
  • feature/storage.Close
  • feature/synchronizedUpstreams
  • feature/upstream-redone
  • feature/useSendFileSometimes
  • feature/versioning
  • feature/vhost-aliases
  • fix/applicationLoggerNotBeingClosedAndRaces
  • fix/dateHeaderCaching
  • fix/deadlineFixes
  • fix/dontPromoteJustAdded
  • fix/headersDoubleAdd
  • fix/headersNotCopyingStatus
  • fix/ironsmileLogger
  • fix/loggerFileLeaking
  • fix/logger_std_always_newline
  • fix/lruListTier
  • fix/lruResizeBreakingLRU
  • fix/panicInLRUWhenWeAreInconsistent
  • fix/proxy-loop
  • fix/proxy_balance_on_path_only
  • fix/purgeNotReturningFalse
  • fix/raceConditions
  • fix/schedulerGetsALogger
  • fix/skipReadCloserFix
  • fix/testConfig
  • fix/testingImport
  • fix/testing_flags_leak
  • fix/timerIsNotTicker
  • fix/tooManyOpenFiles
  • fixes/synchronizedUpstreams
  • flv-fixes
  • fmt_vet_changes
  • generate-check
  • getContextFromRequest
  • go-only-generate-system
  • golintChanges
  • headers-readme-more-examples
  • httputils
  • init-refactoring
  • io-workers
  • jsonErrorMessages
  • log_module
  • logger_fix
  • loggers_linting
  • logsLevelChanges
  • lruBenchmarks
  • lruResizeDownFixes
  • main-improvements
  • master
  • misc/errcheckHappiness
  • mock
  • more-upstreams
  • mp4-fixes
  • no-loop-orchestrator
  • no-orchestrator
  • noCacheKeyInPath
  • notNilNextHandler
  • optimizations
  • optimize-reading
  • optimizeGetContentsAndFriends
  • orchestration
  • orchestration-test-fixes
  • orchestration-test-fixes-2
  • orchestrator2
  • partWriterShortWriteLoggedAsError
  • performance_test
  • proxy-handler
  • proxy-retry
  • purge-fixes
  • readerFixes
  • refactoring-removing-stutter
  • refactoring/partWriter
  • refactorings/useMoreHashes
  • reimplementUpstreamWithClient
  • release/0.1
  • reload-config
  • remove-via
  • removeAStat
  • removeCustomErrorWithStack
  • request-id
  • resizeDown
  • response-timeouts-instead-of-deadlines
  • revertDuplicateCacheZoneKeyRestriction
  • rewriteDateAndTimeBasedHeaders
  • rewriteTimeBasedHeaders
  • schedulerReuseTimer
  • spelling
  • start-as-a-normal-user
  • storage-disk-WIP
  • storageReloadLogging
  • testCleanup
  • testCoverallsCoverageLogic
  • tests-and-cleanup
  • travis-1.5
  • travisIgnoreVendored
  • travisTipFailure
  • upTheLimits
  • upstream-basic-auth-test
  • upstream-impl
  • upstream-impl-fixes
  • utilsCleanup
  • v.0.1.1-retry
  • v0.1.0
  • v0.1.10
  • v0.1.11
  • v0.1.12
  • v0.1.13
  • v0.1.14
  • v0.1.15
  • v0.1.2
  • v0.1.3
  • v0.1.4
  • v0.1.5
  • v0.1.6
  • v0.1.7
  • v0.1.8
  • v0.1.9

pending completion
729

push

travis-ci

MStoykov
refactor timeoutConn

timeoutConn.ReadFrom was way too complicated - now it's a lot simpler.

the new utils.CopyN makes certain that only one io.LimitedReader is
used. This is mostly useful incases where two or more such might get
added one after another leading to sendfile not being used - it can only
get trough one.

2464 of 3732 relevant lines covered (66.02%)

7017.07 hits per line

Relevant lines Covered
Build:
Build:
3732 RELEVANT LINES 2464 COVERED LINES
7017.07 HITS PER LINE
Source Files on timeoutConnOptimization
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
729 timeoutConnOptimization refactor timeoutConn timeoutConn.ReadFrom was way too complicated - now it's a lot simpler. the new utils.CopyN makes certain that only one io.LimitedReader is used. This is mostly useful incases where two or more such might get added one after ... push 27 Nov 2015 04:39PM UTC MStoykov travis-ci pending completion  
See All Builds (802)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc