Skip to content

Commit

Permalink
fix(client): server_log removed from client free() method
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Jul 24, 2023
1 parent 9dc2d19 commit a17dd09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Asynchronous, non-blocking [SAP NetWeawer RFC SDK](https://support.sap.com/en/pr
- [Features](#features)
- [Supported platforms](#supported-platforms)
- [Requirements](#requirements)
- [SAP NW RFC SDK 7.50.11](#sap-nw-rfc-sdk-75011)
- [SAP NW RFC SDK 7.50 Patch Level 12](#sap-nw-rfc-sdk-750-patch-level-12)
- [Docker](#docker)
- [Windows](#windows)
- [macOS](#macos)
Expand Down Expand Up @@ -52,7 +52,7 @@ Asynchronous, non-blocking [SAP NetWeawer RFC SDK](https://support.sap.com/en/pr

## Requirements

### SAP NW RFC SDK 7.50.11
### SAP NW RFC SDK 7.50 Patch Level 12

- see [SAP Note 3274546](https://launchpad.support.sap.com/#/notes/3274546) for a list of bug fixes and enhancements made with this patch release
- Using the latest version is recommended as SAP NWRFC SDK is fully backwards compatible, from today S4, down to R/3 release 4.6C.
Expand Down
1 change: 0 additions & 1 deletion src/pyrfc/_cyrfc.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ cdef class Connection:
can be delayed by the garbage collection and problems may occur
when too many connections are opened.
"""
_server_log("Connection", f"{self.handle} free")
self._close()
if self._connection is not None:
self._connection._free()
Expand Down

0 comments on commit a17dd09

Please sign in to comment.