Skip to content

Commit

Permalink
docs: nits and avoids mentioning not existing resources (#1203)
Browse files Browse the repository at this point in the history
nits:doc
  • Loading branch information
M4tteoP authored Nov 7, 2024
1 parent de409e3 commit 5fbd62a
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 5fbd62a

Please sign in to comment.