Request cancellations support added to Middlewares.
Some core functions refactored as middlewares. Fixed race condition in exporting system. Now, only one goroutine will be responsible for exporting. This fixes concurrency issues on writing.
This commit is contained in:
@@ -16,7 +16,6 @@ type Response struct {
|
||||
Meta map[string]interface{}
|
||||
|
||||
Geziyor *Geziyor
|
||||
Exports chan interface{}
|
||||
}
|
||||
|
||||
// JoinURL joins base response URL and provided relative URL.
|
||||
|
||||
Reference in New Issue
Block a user