Skip to content

Commit

Permalink
Merge branch 'new-main' of github.com:soujanyanmbri/coraza into new-main
Browse files Browse the repository at this point in the history
  • Loading branch information
soujanyanmbri committed Nov 7, 2024
2 parents 3ee9151 + a777a98 commit 099f3b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions internal/corazawaf/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -1292,8 +1292,7 @@ func (tx *Transaction) ProcessResponseBody() (*types.Interruption, error) {
return tx.interruption, nil
}

// ProcessLogging Logging all information relative to this transaction.
// An error log
// ProcessLogging logs all information relative to this transaction.
// At this point there is not need to hold the connection, the response can be
// delivered prior to the execution of this method.
func (tx *Transaction) ProcessLogging() {
Expand Down
3 changes: 0 additions & 3 deletions internal/seclang/directives.go
Original file line number Diff line number Diff line change
Expand Up @@ -774,9 +774,6 @@ func directiveSecAuditLogRelevantStatus(options *DirectiveOptions) error {
// Syntax: SecAuditLogParts [PARTLETTERS]
// Default: ABCFHZ
// ---
// The format of the audit log format is documented in detail in the Audit Log Data
// Format Documentation.
//
// Example:
// ```apache
// SecAuditLogParts ABCFHZ
Expand Down
1 change: 0 additions & 1 deletion types/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ type Transaction interface {
ReadResponseBodyFrom(io.Reader) (*Interruption, int, error)

// ProcessLogging Logging all information relative to this transaction.
// An error log
// At this point there is not need to hold the connection, the response can be
// delivered prior to the execution of this method.
ProcessLogging()
Expand Down

0 comments on commit 099f3b7

Please sign in to comment.