Results 10 comments of mrekucci

I added the explanation to the commit message.

Closed in favor of #3344

> This will require a lot of modification in test cases. I tried to keep the test cases intact. It will require changing the returned test results, which is perfectly...

Closed in favor of #3344

If the problem is the same as [described](https://github.com/ethersphere/bee/issues/2946#issuecomment-1161578743) in #2946, it can be "fixed" as in #3041.

> - megacheck Is deprecated. > - rowserrcheck > - sqlclosecheck Only relevant to SQL. > - bodyclose Not needed for server-side since: https://github.com/golang/go/blob/master/src/net/http/request.go#L174-L177 > - gofumpt We should stick...

@agazso would be possible to add more information about the hardware and OS? E.g.: was this tested on an emulator or real hardware (if so, what phone), what android version...

@vladopajic > Only intention behind this PR is to reduce unnecessary overlocking. Since this could be easily improved I decided to make this PR following [boy scout rule](https://www.oreilly.com/library/view/97-things-every/9780596809515/ch08.html). Nobody denies...

> We keep going in circles here. At this point we will not be able to proceed without going through mediation. > > @zelig Would you be able to be...

> have we seen any instances where the logging is a bottleneck? Not really, it's just to avoid unnecessary memory allocations and put less strain on the GC.